Share via


PropertyContainerEditMode Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Contains the different edit modes of a PropertyContainer.

Namespace:  System.Activities.Design.PropertyEditing
Assembly:  System.Activities.Design.Base (in System.Activities.Design.Base.dll)

Syntax

'Declaration
Public Enumeration PropertyContainerEditMode
'Usage
Dim instance As PropertyContainerEditMode
public enum PropertyContainerEditMode
public enum class PropertyContainerEditMode
public enum PropertyContainerEditMode
type PropertyContainerEditMode

Members

Member name Description
Inline Inline editor mode of the property inspector dialog window, which enables the editing of values directly into that 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.
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.
Dialog Edit mode of the property inspector dialog window, which enables the implementation of a pop-up window to contain the property editor.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

System.Activities.Design.PropertyEditing Namespace