Form

Undocumented in source.
class Form : ContainerControl , IDialogResult {}

Constructors

this
this()
Undocumented in source.

Members

Aliases

_defFormProc
alias _defFormProc = dfl.internal.utf.defDlgProc
Undocumented in source.
backColor
alias backColor = Control.backColor
Undocumented in source.
sizeGrip
deprecated alias sizeGrip = sizingGrip
Undocumented in source.

Functions

_destroying
void _destroying()
Undocumented in source. Be warned that the author may not have intended to support it.
_isNonMdiChild
BOOL _isNonMdiChild(HWND hw)
Undocumented in source. Be warned that the author may not have intended to support it.
_resetSystemMenu
void _resetSystemMenu()
Undocumented in source. Be warned that the author may not have intended to support it.
_rtype
int _rtype()
Undocumented in source. Be warned that the author may not have intended to support it.
_selactivate
void _selactivate()
Undocumented in source. Be warned that the author may not have intended to support it.
_selafter
void _selafter(Control ctrl, bool wasselbtn)
Undocumented in source. Be warned that the author may not have intended to support it.
_selbefore
bool _selbefore()
Undocumented in source. Be warned that the author may not have intended to support it.
_seldeactivate
void _seldeactivate()
Undocumented in source. Be warned that the author may not have intended to support it.
_selectChild
void _selectChild(Control ctrl)
Undocumented in source. Be warned that the author may not have intended to support it.
_selectChild
void _selectChild(HWND hw)
Undocumented in source. Be warned that the author may not have intended to support it.
_setSystemMenu
void _setSystemMenu()
Undocumented in source. Be warned that the author may not have intended to support it.
activate
void activate()
Undocumented in source. Be warned that the author may not have intended to support it.
addShortcut
void addShortcut(Keys shortcut, void delegate(Object sender, FormShortcutEventArgs ea) pressed)
Undocumented in source.
addShortcut
void addShortcut(Keys shortcut, void delegate(Object sender, EventArgs ea) pressed)
Undocumented in source. Be warned that the author may not have intended to support it.
centerToParent
void centerToParent()
Undocumented in source. Be warned that the author may not have intended to support it.
centerToScreen
void centerToScreen()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
createHandle
void createHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
createMdiClient
MdiClient createMdiClient()
Undocumented in source. Be warned that the author may not have intended to support it.
createParams
void createParams(CreateParams cp)
Undocumented in source. Be warned that the author may not have intended to support it.
defWndProc
void defWndProc(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.
destroyHandle
void destroyHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
layoutMdi
void layoutMdi(MdiLayout lay)
Undocumented in source. Be warned that the author may not have intended to support it.
mdiChildren
Form[] mdiChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
noMessageFilter
void noMessageFilter()
Undocumented in source. Be warned that the author may not have intended to support it.
nozombie
bool nozombie()
Undocumented in source. Be warned that the author may not have intended to support it.
onActivated
void onActivated(EventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
onClosed
void onClosed(EventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
onClosing
void onClosing(CancelEventArgs cea)
Undocumented in source. Be warned that the author may not have intended to support it.
onDeactivate
void onDeactivate(EventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
onHandleCreated
void onHandleCreated(EventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
onLoad
void onLoad(EventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
onPaint
void onPaint(PaintEventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
onResize
void onResize(EventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
onVisibleChanged
void onVisibleChanged(EventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
removeShortcut
void removeShortcut(Keys shortcut)
Undocumented in source. Be warned that the author may not have intended to support it.
setBoundsCore
void setBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
Undocumented in source. Be warned that the author may not have intended to support it.
setClientSizeCore
void setClientSizeCore(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
setDesktopBounds
void setDesktopBounds(int x, int y, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
setDesktopLocation
void setDesktopLocation(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
setVisibleCore
void setVisibleCore(bool byes)
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.
showDialog
DialogResult showDialog(IWindow iwsowner)
Undocumented in source. Be warned that the author may not have intended to support it.
showDialog2
void showDialog2()
Undocumented in source. Be warned that the author may not have intended to support it.
wndProc
void wndProc(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

acceptButton
IButtonControl acceptButton [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
acceptButton
IButtonControl acceptButton [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
activeForm
Form activeForm [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
backColor
Color backColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
cancelButton
IButtonControl cancelButton [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
cancelButton
IButtonControl cancelButton [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
controlBox
bool controlBox [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
controlBox
bool controlBox [@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.
desktopBounds
Rect desktopBounds [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
desktopBounds
Rect desktopBounds [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
desktopLocation
Point desktopLocation [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
desktopLocation
Point desktopLocation [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
dialogResult
DialogResult dialogResult [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
dialogResult
DialogResult dialogResult [@property getter]
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.
formBorderStyle
FormBorderStyle formBorderStyle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
getActiveMdiChild
Form getActiveMdiChild [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
helpButton
bool helpButton [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
helpButton
bool helpButton [@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.
icon
Icon icon [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isMdiChild
bool isMdiChild [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isMdiContainer
bool isMdiContainer [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
isMdiContainer
bool isMdiContainer [@property getter]
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.
maximizeBox
bool maximizeBox [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
maximumSize
Size maximumSize [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
maximumSize
Size maximumSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
mdiClient
MdiClient mdiClient [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
mdiParent
Form mdiParent [@property setter]
Undocumented in source.
mdiParent
Form mdiParent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
menu
MainMenu menu [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
menu
MainMenu menu [@property getter]
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.
minimizeBox
bool minimizeBox [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
minimumSize
Size minimumSize [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
minimumSize
Size minimumSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
modal
bool modal [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
opacity
double opacity [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
opacity
double opacity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
owner
Form owner [@property setter]
Undocumented in source.
owner
Form owner [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
parentCenter
Point parentCenter [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
screenCenter
Point screenCenter [@property getter]
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.
showInTaskbar
bool showInTaskbar [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
sizingGrip
bool sizingGrip [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
sizingGrip
bool sizingGrip [@property getter]
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.
startPosition
FormStartPosition startPosition [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
supportsOpacity
bool supportsOpacity [@property getter]
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.
topMost
bool topMost [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
transparencyKey
Color transparencyKey [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
transparencyKey
Color transparencyKey [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
windowState
FormWindowState windowState [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
windowState
FormWindowState windowState [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

wantsAllKeys
bool wantsAllKeys(HWND hwnd)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_hadfocus
HWND _hadfocus;
Undocumented in source.
_lastSel
HWND _lastSel;
Undocumented in source.
_lastSelBtn
HWND _lastSelBtn;
Undocumented in source.
activated
Event!(Form, EventArgs) activated;
Undocumented in source.
closed
Event!(Form, EventArgs) closed;
Undocumented in source.
closing
Event!(Form, CancelEventArgs) closing;
Undocumented in source.
deactivate
Event!(Form, EventArgs) deactivate;
Undocumented in source.
load
Event!(Form, EventArgs) load;
Undocumented in source.

Inherited Members

From ContainerControl

activeControl
Control activeControl [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
activeControl
Control activeControl [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
activateControl
bool activateControl(Control ctrl)
Undocumented in source. Be warned that the author may not have intended to support it.
parentForm
Form parentForm [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

From IDialogResult

dialogResult
DialogResult dialogResult [@property getter]
Undocumented in source.
dialogResult
DialogResult dialogResult [@property setter]
Undocumented in source.

Meta