Click or drag to resize
RibbonToolbarSetTabVisible Method
Sets a value that indicates whether the tab on the tool bar with the specified name is visible.

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

Parameters

TabName
Type: SystemString
The name of the tab.
Visible
Type: SystemBoolean
Whether the tab is visible.
See Also