RibbonToolbarSetGroupVisible Method |
Sets a value that indicates whether the button group on the tab with the specified name is visible.
Namespace: AceoffixAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic void SetGroupVisible(
string GroupName,
bool Visible
)
Public Sub SetGroupVisible (
GroupName As String,
Visible As Boolean
)
Parameters
- GroupName
- Type: SystemString
The name of the button group. - Visible
- Type: SystemBoolean
Whether the button group is visible.
See Also