- Create
- Border
- BmpNames
- BmpOffName
- BmpOnName
- BmpPassiveName
- BmpActiveName
- Pressed
- Locking
- OnSetZOrder
- OnCreate
- OnShow
- OnHide
- OnMove
- OnChange
- OnActivate
- OnDeactivate
- OnMouseDown
- OnMouseUp
Locking (Get method)
Gets the "Locking" property of the control.
bool Locking() const |
Return Value
The value of "Locking" property.
Locking (Set method)
Sets new value of the "Locking" property of the control.
void Locking(
|
Parameters
locking
[in] New value of "Locking" property.
Return Value
None.