Skip to content

Visible Property

Description

Returns or sets whether the item is visible within a group.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property Visible() As Boolean

Remarks

The Visible property indicates if the item can be seen in the group; it does not have to be visible on the screen for the Visible property to be true. This means you might have to scroll the items in the group to see the item.

When False, the item is hidden from view and will not appear anywhere in the group.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.