TabControl

Undocumented in source.

Members

Functions

addPage
T addPage(string t, int imgIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
createControlParams
void createControlParams(CreateControlParams ccp)
Undocumented in source. Be warned that the author may not have intended to support it.
onHandleCreated
void onHandleCreated(EventArgs e)
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.
onResize
void onResize(EventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
onTabPageChanged
void onTabPageChanged(EventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
onTabPageChanging
void onTabPageChanging(CancelTabPageEventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
removePage
void removePage(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
show
void show()
Undocumented in source. Be warned that the author may not have intended to support it.
updateLayout
void updateLayout()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

alignment
TabAlignment alignment [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
alignment
TabAlignment alignment [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
imageList
ImageList imageList [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
imageList
ImageList imageList [@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.
selectedIndex
int selectedIndex [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedPage
TabPage selectedPage [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedPage
TabPage selectedPage [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
tabPages
TabPage[] tabPages [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

tabPageChanging
Event!(Control, CancelTabPageEventArgs) tabPageChanging;
Undocumented in source.
tagPageChanged
Event!(Control, EventArgs) tagPageChanged;
Undocumented in source.

Inherited Members

From SubclassedControl

createControlParams
void createControlParams(CreateControlParams ccp)
Undocumented in source. Be warned that the author may not have intended to support it.
originalWndProc
uint originalWndProc(Message m)
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.

From ILayoutControl

updateLayout
void updateLayout()
Undocumented in source.

Meta