|
ReadOnly (Get Method)
Gets the "ReadOnly" property of the control.
bool ReadOnly() |
Return Value
The value of "ReadOnly" property.
ReadOnly (Set Method)
Sets the value of "ReadOnly" property of the control.
bool ReadOnly(
|
Parameters
flag
[in] New value of "ReadOnly" property.
Return Value
true - successful, otherwise - false.