PropertyValueEditorCommands Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables the use of standard commands to control the editing of property values.
public ref class PropertyValueEditorCommands abstract sealed
public static class PropertyValueEditorCommands
type PropertyValueEditorCommands = class
Public Class PropertyValueEditorCommands
- Inheritance
-
PropertyValueEditorCommands
Properties
AbortTransaction |
Gets the command that the editor raises to abort an attempt to update a property value. |
BeginTransaction |
Gets the command that the editor raises to begin an attempt to update a property value. |
CommitTransaction |
Gets the command that the editor raises to commit an update of a property value. |
FinishEditing |
Gets the command that the editor raises to indicate to the host that the updating of a property value is complete. |
ShowDialogEditor |
Gets the command that the editor raises to switch the PropertyContainerEditMode to Dialog editing mode. |
ShowExtendedPinnedEditor |
Gets the command that the editor raises to switch the PropertyContainerEditMode to ExtendedPinned editing mode. |
ShowExtendedPopupEditor |
Gets the command that the editor raises to switch the PropertyContainerEditMode to ExtendedPopup editing mode. |
ShowInlineEditor |
Gets the command that the editor raises to switch the PropertyContainerEditMode to Inline editing mode. |