PropertyContainerEditMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the different edit modes of a PropertyContainerEditMode.
public enum class PropertyContainerEditMode
public enum PropertyContainerEditMode
type PropertyContainerEditMode =
Public Enum PropertyContainerEditMode
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Inline | 0 | Inline editor mode of the property inspector dialog window, which enables the editing of values directly into that window. |
ExtendedPopup | 1 | Editor mode of the property inspector dialog window, which enables the implementation of an additional user interface displayed on top of the property inspector window. |
ExtendedPinned | 2 | Editor mode of the property inspector dialog window, which enables the implementation of an additional user interface pinned into place within the property inspector window. |
Dialog | 3 | Edit mode of the property inspector dialog window, which enables the implementation of a pop-up window to contain the property editor. |