- Create
- Border
- BmpNames
- BmpOffName
- BmpOnName
- BmpPassiveName
- BmpActiveName
- Pressed
- Locking
- OnSetZOrder
- OnCreate
- OnShow
- OnHide
- OnMove
- OnChange
- OnActivate
- OnDeactivate
- OnMouseDown
- OnMouseUp
Pressed (Get method)
Gets the state ("Pressed" property) of the control.
bool Pressed() const |
Return Value
Control state.
Pressed (Set method)
Sets the state ("Pressed" property) of the control.
bool Pressed(
|
Parameters
pressed
[in] New control state.
Return Value
true - successful, otherwise - false.