ObjectEditorBaseIsReadOnly Property |
Gets or sets a value indicating whether the Text and object viewed by the editor is read only.
Namespace:
Hummingbird.TestFramework.Extensibility
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public virtual bool IsReadOnly { get; set; }
Public Overridable Property IsReadOnly As Boolean
Get
Set
public:
virtual property bool IsReadOnly {
bool get ();
void set (bool value);
}
abstract IsReadOnly : bool with get, set
override IsReadOnly : bool with get, set
Property Value
Type:
Booleantrue if this instance is read only; otherwise,
false.
See Also