dfl2 v1.0.3 (2014-11-03T16:58:07Z)
Home
Dub
Repo
ApplicationContext
dfl
application
class
ApplicationContext {
this
();
this
(Form mainForm);
Form
mainForm
[@property setter];
Form
mainForm
[@property getter];
Event
!(
Object
,
EventArgs
)
threadExit
;
void
exitThread
();
void
exitThreadCore
();
void
onMainFormClosed
(Object sender, EventArgs args);
}
Constructors
this
this
()
this
this
(Form mainForm)
Members
Functions
exitThread
void
exitThread
()
exitThreadCore
void
exitThreadCore
()
onMainFormClosed
void
onMainFormClosed
(Object sender, EventArgs args)
Properties
mainForm
Form
mainForm
[@property setter]
Form
mainForm
[@property getter]
Variables
threadExit
Event
!(
Object
,
EventArgs
)
threadExit
;
Meta
Source
See Implementation
dfl
application
aliases
CustomMsg
DrawThemeParentBackgroundProc
GetWindowThemeProc
InitCommonControlsExProc
IsThemeBackgroundPartiallyTransparentProc
SetLayeredWindowAttributesProc
SetThemeAppPropertiesProc
TrackMouseEventProc
classes
Application
ApplicationContext
enums
DflCompat
WPARAM_DFL_INVOKE
functions
C_refCountDec
C_refCountInc
_gcTimeout
_initButton
_initCombobox
_initCommonControls
_initInstance
_initListbox
_initListview
_initMdiclient
_initProgressbar
_initRichtextbox
_initStatusbar
_initTabcontrol
_initTextBox
_initTreeview
_superClass
_unableToInit
dflWndProc
globalMsgHook
showMessageInfo
superClass
manifest constants
BUTTON_CLASSNAME
COMBOBOX_CLASSNAME
CONTROL_CLASSNAME
FORM_CLASSNAME
LISTBOX_CLASSNAME
LISTVIEW_CLASSNAME
MDICLIENT_CLASSNAME
PROGRESSBAR_CLASSNAME
RICHTEXTBOX_CLASSNAME
STATUSBAR_CLASSNAME
TABCONTROL_CLASSNAME
TEXTBOX_CLASSNAME
TREEVIEW_CLASSNAME
structs
DflInvokeParam
InvokeData
InvokeSimpleData
variables
LRESULT_DFL_INVOKE
WNDCLASS_STYLE
buttonClassStyle
buttonPrevWndProc
comboboxClassStyle
comboboxPrevWndProc
hmodRichtextbox
listboxClassStyle
listboxPrevWndProc
listviewClassStyle
listviewPrevWndProc
mdiclientClassStyle
mdiclientPrevWndProc
progressbarClassStyle
progressbarPrevWndProc
richtextboxClassStyle
richtextboxPrevWndProc
setLayeredWindowAttributes
statusbarClassStyle
statusbarPrevWndProc
tabcontrolClassStyle
tabcontrolPrevWndProc
textBoxClassStyle
textBoxPrevWndProc
trackMouseEvent
treeviewClassStyle
treeviewPrevWndProc
wmDfl
wmGetControlName