AddButton
Adds new
Button object to container.
AddColumn
Adds new
Column object to the Tab.
AddLabel
Adds new
Label object to container.
AddRow
Adds new
Row object to the Tab.
AddSeparator
Adds new Separator object to container.
AddTextBox
Adds new
TextBox object to container.
Caption
Defines text on the tab.
Controls
This property returns Object which represents collection of the controls inside this container.
Index
Index of this tab in the Tabs collection on the Ribbon. This property is writable, you can assign new index to the tab to place it
on the another position.
OnActivate
When this tab is activated (selected by user), application calls this subroutine.
Remove
Removes this tab from Ribbon.
Visible
If this property is set to FALSE, Tab is not visible on the Ribbon.