- alignment
TabAlignment alignment [@property setter]
TabAlignment alignment [@property getter]
- appearance
TabAppearance appearance [@property setter]
TabAppearance appearance [@property getter]
- multiline
bool multiline [@property setter]
bool multiline [@property getter]
- padding
Point padding [@property setter]
Point padding [@property getter]
- rowCount
int rowCount [@property getter]
- selectedIndex
int selectedIndex [@property setter]
int selectedIndex [@property getter]
- selectedTab
TabPage selectedTab [@property setter]
TabPage selectedTab [@property getter]
- tabCount
int tabCount [@property getter]
- tabPages
TabPageCollection tabPages [@property getter]
- drawMode
TabDrawMode drawMode [@property setter]
TabDrawMode drawMode [@property getter]
- displayRectangle
Rect displayRectangle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- defaultSize
Size defaultSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- getTabRect
Rect getTabRect(int i)
- selectedIndexChanged
Event!(TabControlBase, EventArgs) selectedIndexChanged;
- selectedIndexChanging
Event!(TabControlBase, CancelEventArgs) selectedIndexChanging;
- createParams
void createParams(CreateParams cp)
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.
- onReflectedMessage
void onReflectedMessage(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.