Skip to content

Visible Property

Description

Hides or shows a Ribbon Group or returns whether a Ribbon Group is currently visible.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property Visible() As Boolean

Remarks

The Visible property can be used to hide or show a Ribbon Group. You can hide or show a group that is in the active tab, or you can use Visible to determine if the group is currently visible. Visible will be False if the group is in a tab that is currently hidden. Visible will only be True if it is currently visible on screen.

See Also


See Also | Command Bars ActiveX Control v24.0


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