InsertMergeFieldCommand.CreateDefaultCommandUIState() Method
Creates an object representing the user interface state for the command.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v26.1.Core.dll
Declaration
Returns
| Type | Description |
|---|---|
| ICommandUIState | An ICommandUIState interface, providing information on the UI state. |
Remarks
Use the CreateDefaultCommandUIState method to create an object intended to hold the UI state, specific to the InsertMergeFieldCommand.
See Also