Click or drag to resize
GridTabControl Methods

The GridTabControl type exposes the following members.

Methods
  NameDescription
Public methodAddTab
Adds a tab to a GridTabControl.
Public methodGetTabIdx
Gets the tab's index for specified Control.
Public methodGetTabLabel
Retrieves the TabLabel text associated with the specified control.
Public methodRemoveTab(Int32)
Removes the tab at the specified index location.
Public methodRemoveTab(Control)
Removes the control and a tab associated with it from this GridTabControl.
Public methodSetTabIdx
Associates a TabLabel text with the specified control.
Public methodSetTabLabel
Associates a TabLabel text with the specified control.
Top
See Also