ObjectCreationMode Class |
Namespace: NeoAxis.Editor
public abstract class ObjectCreationMode
The ObjectCreationMode type exposes the following members.
| Name | Description | |
|---|---|---|
| ObjectCreationMode | Initializes a new instance of the ObjectCreationMode class |
| Name | Description | |
|---|---|---|
| CreatingObject | ||
| DocumentWindow |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
| PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |