Click or drag to resize
RibbonToolbarSetGroupVisible Method
Sets a value that indicates whether the button group on the tab with the specified name is visible.

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

Parameters

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