StaticEditProperties Constructors
Serves as the base class for the editor properties classes that define the behavior of static editors (which don’t allow data input).Name | Parameters | Description |
---|---|---|
StaticEditProperties() | none | Initializes a new instance of the StaticEditProperties class with default settings. |
StaticEditProperties(IPropertiesOwner) | owner | Initializes a new instance of the StaticEditProperties class with the specified owner. |
See Also