Tab frame window class. Instances of this class should be created as children of cQuickTabsForm objects or cQuickTabsDialog objects.

The SalQuickTabs..::..SalTabControl type exposes the following members.

Constructors

  NameDescription
Public methodSalQuickTabs..::..SalTabControl
Initializes a new instance of the SalQuickTabs..::..SalTabControl class

Methods

  NameDescription
Protected methodOnControlAdded
Fires TabCollectionChanged when a new tab is added.
(Overrides Control..::..OnControlAdded(ControlEventArgs).)
Protected methodOnControlRemoved
Fires TabCollectionChanged when a tab is removed.
(Overrides Control..::..OnControlRemoved(ControlEventArgs).)
Protected methodOnDrawItem
Draws the tab label using the memonics
(Overrides TabControl..::..OnDrawItem(DrawItemEventArgs).)
Protected methodOnKeyDown
Selects the next/previous tab using the keyboard.
(Overrides TabControl..::..OnKeyDown(KeyEventArgs).)
Protected methodOnPaint (Overrides Control..::..OnPaint(PaintEventArgs).)
Protected methodOnSelectedIndexChanged (Overrides TabControl..::..OnSelectedIndexChanged(EventArgs).)
Protected methodProcessMnemonic (Overrides Control..::..ProcessMnemonic(Char).)
Protected methodWndProc
Overrides the message procedure to process the TCN_SELCHANGING notification.
(Overrides TabControl..::..WndProc(Message%).)

See Also