ChangeParagraphBackColorCommand.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 ChangeParagraphBackColorCommand. You can use this object to specify various options, such as the color used to paint the paragraph background.
See Also