TabControlBase

Constructors

this
this()
Undocumented in source.

Members

Functions

createParams
void createParams(CreateParams cp)
Undocumented in source. Be warned that the author may not have intended to support it.
getTabRect
Rect getTabRect(int i)
onReflectedMessage
void onReflectedMessage(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.
onSelectedIndexChanged
void onSelectedIndexChanged(EventArgs ea)
onSelectedIndexChanging
void onSelectedIndexChanging(CancelEventArgs ea)
prevWndProc
void prevWndProc(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.
wndProc
void wndProc(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

defaultSize
Size defaultSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
displayRectangle
Rect displayRectangle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
drawMode
TabDrawMode drawMode [@property setter]
TabDrawMode drawMode [@property getter]

Variables

selectedIndexChanged
Event!(TabControlBase, EventArgs) selectedIndexChanged;
selectedIndexChanging
Event!(TabControlBase, CancelEventArgs) selectedIndexChanging;

Inherited Members

From ControlSuperClass

prevWndProc
void prevWndProc(Message msg)
Undocumented in source.
wndProc
void wndProc(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.
defWndProc
void defWndProc(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.
onPaintBackground
void onPaintBackground(PaintEventArgs pea)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta