TabControlBase

Undocumented in source.

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)
Undocumented in source. Be warned that the author may not have intended to support it.
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)
Undocumented in source. Be warned that the author may not have intended to support it.
onSelectedIndexChanging
void onSelectedIndexChanging(CancelEventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
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]
Undocumented in source. Be warned that the author may not have intended to support it.
drawMode
TabDrawMode drawMode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

selectedIndexChanged
Event!(TabControlBase, EventArgs) selectedIndexChanged;
Undocumented in source.
selectedIndexChanging
Event!(TabControlBase, CancelEventArgs) selectedIndexChanging;
Undocumented in source.

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