GroupsVisible Property
Description
Gets or sets whether the groups in the ribbon bar are visible.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property GroupsVisible() As Boolean
Remarks
GroupsVisible is used to hide or show the ribbon bar and to determine if the groups are visible.
Group visibility is toggled when any of the tabs are double-clicked. The entire ribbon bar will automatically be hidden if the application is resized to a width smaller than MinimumVisibleWidth.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.