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

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

Constructors

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

Methods

  NameDescription
Protected methodOnControlAdded
Fires TabCollectionChanged when a new tab is added.
(Inherited from SalQuickTabs..::..SalTabControl.)
Protected methodOnControlRemoved
Fires TabCollectionChanged when a tab is removed.
(Inherited from SalQuickTabs..::..SalTabControl.)
Protected methodOnCreateControl (Overrides Control..::..OnCreateControl()()()().)
Protected methodOnDrawItem
Draws the tab label using the memonics
(Inherited from SalQuickTabs..::..SalTabControl.)
Protected methodOnFontChanged (Overrides TabControl..::..OnFontChanged(EventArgs).)
Protected methodOnHandleDestroyed (Overrides TabControl..::..OnHandleDestroyed(EventArgs).)
Protected methodOnKeyDown
Selects the next/previous tab using the keyboard.
(Inherited from SalQuickTabs..::..SalTabControl.)
Protected methodOnMouseEnter (Overrides Control..::..OnMouseEnter(EventArgs).)
Protected methodOnMouseLeave
Show the hover cursors on the tab headers
(Overrides Control..::..OnMouseLeave(EventArgs).)
Protected methodOnMouseMove
Show the hover cursors on the tab headers
(Overrides Control..::..OnMouseMove(MouseEventArgs).)
Protected methodOnPaint (Inherited from SalQuickTabs..::..SalTabControl.)
Protected methodOnPaintBackground (Overrides Control..::..OnPaintBackground(PaintEventArgs).)
Protected methodOnSelectedIndexChanged (Overrides SalQuickTabs..::..SalTabControl..::..OnSelectedIndexChanged(EventArgs).)
Protected methodOnVisibleChanged
Get renderer when the control is becoming visible (TopLevelControl is set)
(Overrides Control..::..OnVisibleChanged(EventArgs).)
Protected methodProcessMnemonic (Inherited from SalQuickTabs..::..SalTabControl.)
Protected methodWndProc
Overrides the message procedure to process the TCN_SELCHANGING notification.
(Inherited from SalQuickTabs..::..SalTabControl.)

Properties

  NameDescription
Public propertyBufferedGraphics
Public propertyCustomRender
Public propertyMouseInsideBounds
Returns true if the mouse cursor is currently inside the bounds of the control exceeding others like scrollers

See Also