TabControl

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

onHandleCreated
void onHandleCreated(EventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
onLayout
void onLayout(LayoutEventArgs ea)
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.

Properties

alignment
TabAlignment alignment [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
alignment
TabAlignment alignment [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
appearance
TabAppearance appearance [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
appearance
TabAppearance appearance [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
multiline
bool multiline [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
multiline
bool multiline [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
padding
Point padding [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
padding
Point padding [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rowCount
int rowCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedIndex
int selectedIndex [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedIndex
int selectedIndex [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedTab
TabPage selectedTab [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedTab
TabPage selectedTab [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tabCount
int tabCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tabPages
TabPageCollection tabPages [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From TabControlBase

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.
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)
Undocumented in source. Be warned that the author may not have intended to support it.
selectedIndexChanged
Event!(TabControlBase, EventArgs) selectedIndexChanged;
Undocumented in source.
selectedIndexChanging
Event!(TabControlBase, CancelEventArgs) selectedIndexChanging;
Undocumented in source.
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)
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.
onReflectedMessage
void onReflectedMessage(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta