StatusBar

Constructors

this
this()

Members

Aliases

dock
alias dock = Control.dock
Undocumented in source.

Classes

StatusBarPanelCollection
class StatusBarPanelCollection

Functions

_sendidxtext
void _sendidxtext(int idx, WPARAM utype, Dstring txt)
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.
onHandleCreated
void onHandleCreated(EventArgs 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.
prevwproc
LRESULT prevwproc(UINT msg, WPARAM wparam, LPARAM lparam)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

dock
DockStyle dock [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
panels
StatusBarPanelCollection panels [@property getter]
showPanels
bool showPanels [@property setter]
bool showPanels [@property getter]
sizingGrip
bool sizingGrip [@property setter]
bool sizingGrip [@property getter]
text
Dstring text [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
Dstring text [@property getter]

Inherited Members

From ControlSuperClass

prevWndProc
void prevWndProc(Message msg)
Undocumented in source.
wndProc
void wndProc(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.
defWndProc
void defWndProc(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.
onPaintBackground
void onPaintBackground(PaintEventArgs pea)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta