Form

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

createControlParams
void createControlParams(CreateControlParams ccp)
Undocumented in source. Be warned that the author may not have intended to support it.
onClose
void onClose(EventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
onClosing
void onClosing(CancelFormEventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
onDGuiMessage
void onDGuiMessage(Message m)
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.
show
void show()
Undocumented in source. Be warned that the author may not have intended to support it.
showDialog
DialogResult showDialog()
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

controlBox
bool controlBox [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
formBorderStyle
FormBorderStyle formBorderStyle [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
icon
Icon icon [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
icon
Icon icon [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
maximizeBox
bool maximizeBox [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
menu
MenuBar menu [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
menu
MenuBar menu [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
minimizeBox
bool minimizeBox [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
showInTaskbar
bool showInTaskbar [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
startPosition
FormStartPosition startPosition [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
topMost
bool topMost [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

close
Event!(Control, EventArgs) close;
Undocumented in source.
closing
Event!(Control, CancelFormEventArgs) closing;
Undocumented in source.

Inherited Members

From LayoutControl

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.
onDGuiMessage
void onDGuiMessage(Message m)
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.
onResize
void onResize(EventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta