ObjectEditorBaseEditorMode Property |
Gets or sets the editing mode of the object editor
Namespace:
Hummingbird.TestFramework.Extensibility
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public EditorMode EditorMode { get; set; }
Public Property EditorMode As EditorMode
Get
Set
public:
property EditorMode EditorMode {
EditorMode get ();
void set (EditorMode value);
}
member EditorMode : EditorMode with get, set
Property Value
Type:
EditorMode
The editing mode.
See Also