PropertyValueEditorCommands Class

.NET Framework (current version)
 

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

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

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

public ref class PropertyValueEditorCommands abstract sealed 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticAbortTransaction

Gets the command that the editor raises to abort an attempt to update a property value.

System_CAPS_pubpropertySystem_CAPS_staticBeginTransaction

Gets the command that the editor raises to begin an attempt to update a property value.

System_CAPS_pubpropertySystem_CAPS_staticCommitTransaction

Gets the command that the editor raises to commit an update of a property value.

System_CAPS_pubpropertySystem_CAPS_staticFinishEditing

Gets the command that the editor raises to indicate to the host that the updating of a property value is complete.

System_CAPS_pubpropertySystem_CAPS_staticShowDialogEditor

Gets the command that the editor raises to switch the T:System.Activities.Presentation.PropertyEditing.PropertyContainer to Dialog editing mode.

System_CAPS_pubpropertySystem_CAPS_staticShowExtendedPinnedEditor

Gets the command that the editor raises to switch the T:System.Activities.Presentation.PropertyEditing.PropertyContainer to ExtendedPinned editing mode.

System_CAPS_pubpropertySystem_CAPS_staticShowExtendedPopupEditor

Gets the command that the editor raises to switch the T:System.Activities.Presentation.PropertyEditing.PropertyContainer to ExtendedPopup editing mode.

System_CAPS_pubpropertySystem_CAPS_staticShowInlineEditor

Gets the command that the editor raises to switch the T:System.Activities.Presentation.PropertyEditing.PropertyContainer to Inline editing mode.

.NET Framework
Available since 4.0

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

Return to top
Show: