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