PropertyContainerEditMode Enumeration
.NET Framework (current version)
Contains the different edit modes of a T:System.Activities.Presentation.PropertyEditing.PropertyContainer.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Member name | Description | |
|---|---|---|
| Dialog | Edit mode of the property inspector dialog window, which enables the implementation of a pop-up window to contain the property editor. | |
| ExtendedPinned | 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. | |
| ExtendedPopup | 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. | |
| Inline | Inline editor mode of the property inspector dialog window, which enables the editing of values directly into that window. |
.NET Framework
Available since 4.0
Available since 4.0
Show: