PropertyContainerEditMode Enumeration
Defines the different edit modes for a PropertyContainer.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public Enumeration PropertyContainerEditMode
'Usage
Dim instance As PropertyContainerEditMode
public enum PropertyContainerEditMode
public enum class PropertyContainerEditMode
public enum PropertyContainerEditMode
Members
Member name | Description | |
---|---|---|
Inline | Inline editor. | |
ExtendedPopup | Extended editor that is displayed over the Properties window. | |
ExtendedPinned | Extended editor that is pinned into place within the Properties window. | |
Dialog | Dialog box editor. |
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace