Property | Type | Description | |
---|---|---|---|
DrawCustomTabControl | void | ||
DrawTabItem | void | ||
GetImageByIndexOrKey | Image | ||
HitTest | int | ||
InitializeDrawMode | void |
Method | Description | |
---|---|---|
VSTabControl ( ) : System |
Initializes a new instance of the T:VSTabControl class.
|
Method | Description | |
---|---|---|
OnFontChanged ( |
Raises the E:System.Windows.Forms.Control.FontChanged event.
|
|
OnHandleCreated ( |
This member overrides M:System.Windows.Forms.Control.OnHandleCreated(System.EventArgs).
|
|
OnPaint ( PaintEventArgs e ) : void |
Raises the E:System.Windows.Forms.Control.Paint event.
|
|
WndProc ( |
This member overrides M:System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message@).
|
Method | Description | |
---|---|---|
DrawCustomTabControl ( |
Draws our tab control.
|
|
DrawTabItem ( |
Draws certain tab.
|
|
GetImageByIndexOrKey ( int index, string key ) : Image |
This function attempts to get tab image by index first or if not set then by key.
|
|
HitTest ( ) : int |
Gets hot tab index.
|
|
InitializeDrawMode ( ) : void |
Turns custom drawing on/off and sets native font for the control (it's required for tabs to adjust their size correctly). If one doesn't install native font manually then Windows will install ugly system font for the control.
|
protected OnFontChanged ( |
||
e | An |
|
return | void |
protected OnHandleCreated ( |
||
e | An |
|
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A |
return | void |
protected WndProc ( |
||
m | A Windows Message Object. | |
return | void |