Versions Compared

Key

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

...

The GroupVisible property gets or sets the current visibility state of a given group. When you defined the group 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 group is visibly removed from its tab, though it still exists and can be manipulated programmatically.

...

Code Block
// Hide the group containing the clipboard controls
Set_Property(@Window:".OLE_RIBBON", "OLE.GroupVisible[CLIPBOARD]", 0)

See Also

ControlVisibleTabVisible