This documentation is archived and is not being maintained.
PropertyContainerEditMode Enumeration
Visual Studio 2010
Contains the different edit modes of a PropertyContainer.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| 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. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: