Click or drag to resize

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; }

Property Value

Type: Boolean
true if this instance is read only; otherwise, false.
See Also