34 lines
414 B
Markdown
34 lines
414 B
Markdown
# Locking (Get method)
|
||
|
||
Gets the "Locking" property of the control.
|
||
|
||
```
|
||
bool Locking() const
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
The value of "Locking" property.
|
||
|
||
# Locking (Set method)
|
||
|
||
Sets the value of "Locking" property of the control.
|
||
|
||
```
|
||
void Locking(
|
||
const bool locking // value
|
||
)
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
locking
|
||
|
||
[in] New value of "Locking" property of the control.
|
||
|
||
Return Value
|
||
|
||
None.
|