Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The TabVisible property gets or sets the current visibility state of a given tab. When you defined the tab during the Init method, you gave it a unique key. You must pass that key in order to show or hide it. When this property is set to false, the tab is visibly removed from the ribbon, though it still exists and can be manipulated programmatically.

...

Code Block
// Hide the Home tab
Set_Property(@Window:".OLE_RIBBON", "OLE.TabVisible[HOME]", 0)

See Also

ControlVisibleGroupVisible