TrackBar

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.
onHandleCreated
void onHandleCreated(EventArgs e)
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

maxRange
uint maxRange [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
maxRange
uint maxRange [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
minRange
uint minRange [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
minRange
uint minRange [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
int value [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
int value [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

valueChanged
Event!(Control, EventArgs) valueChanged;
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.

Meta