Click or drag to resize
RibbonToolbarSetSharedVisible Method
Sets a value that indicates whether the shortcut button with the specified name is visible.

Namespace: Aceoffix
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public void SetSharedVisible(
	string ControlName,
	bool Visible
)

Parameters

ControlName
Type: SystemString
The name of the button.
Visible
Type: SystemBoolean
Whether the button is visible.
See Also