Search
Group.Visible Property
See Also
 



Gets or sets a value indicating whether the group is visible.

 Syntax

VB6  Copy Code

Public Property Get Visible() As Boolean
Public Property Let Visible( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_Visible ()
void put_Visible (
    bool value
)

 Property Value

A boolean value.

 Remarks

Allows making all items in the group visible or invisible.

 See Also