IMSAAObjectReadOnly Property |
Determines whether the control is read-only. If ReadOnly is true, users cannot modify the control’s properties.
Namespace:
SmartBear.TestLeft.TestObjects.MSAA
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax ReadOnly Property ReadOnly As Boolean
Get
Dim instance As IMSAAObject
Dim value As Boolean
value = instance.ReadOnly
property bool ReadOnly {
bool get ();
}
Property Value
Type:
BooleanExceptions See Also