ShowPasteSpecialFormCommand.CreateDefaultCommandUIState() Method
In This Article
Creates an object which is the user interface state for the command.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Returns
Type | Description |
---|---|
ICommand |
An ICommand |
#Remarks
Use the CreateDefaultCommandUIState method to create an object intended to hold the UI state, specific to the ShowPasteSpecialFormCommand.
See Also