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