ChangePageColorCommand.CreateDefaultCommandUIState() Method
In This Article
Creates an object representing 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 for the ChangePageColorCommand. You can use this object to specify color used to paint the page background.
See Also