This documentation is archived and is not being maintained.

PropertyValueEditorCommands Class

Enables the use of standard commands to control the editing of property values.

System::Object
  System.Activities.Presentation.PropertyEditing::PropertyValueEditorCommands

Namespace:  System.Activities.Presentation.PropertyEditing
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public ref class PropertyValueEditorCommands abstract sealed

The PropertyValueEditorCommands type exposes the following members.

  NameDescription
Public propertyStatic memberAbortTransactionGets the command that the editor raises to abort an attempt to update a property value.
Public propertyStatic memberBeginTransactionGets the command that the editor raises to begin an attempt to update a property value.
Public propertyStatic memberCommitTransactionGets the command that the editor raises to commit an update of a property value.
Public propertyStatic memberFinishEditingGets the command that the editor raises to indicate to the host that the updating of a property value is complete.
Public propertyStatic memberShowDialogEditorGets the command that the editor raises to switch the PropertyContainer to Dialog editing mode.
Public propertyStatic memberShowExtendedPinnedEditorGets the command that the editor raises to switch the PropertyContainer to ExtendedPinned editing mode.
Public propertyStatic memberShowExtendedPopupEditorGets the command that the editor raises to switch the PropertyContainer to ExtendedPopup editing mode.
Public propertyStatic memberShowInlineEditorGets the command that the editor raises to switch the PropertyContainer to Inline editing mode.
Top

.NET Framework

Supported in: 4

.NET Framework Client Profile

Supported in: 4

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: