| SwtControlsIsLocked Property |
[This is preliminary documentation and is subject to change.]
The lock prevents both manual and automatic switch operation.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public bool IsLocked { get; set; }
Public Property IsLocked As Boolean
Get
Set
public:
property bool IsLocked {
bool get ();
void set (bool value);
}
member IsLocked : bool with get, set
function get_IsLocked();
function set_IsLocked(value);
Property Value
Type:
BooleanSee Also