ChangeFloatingObjectOutlineColorCommand.CreateDefaultCommandUIState() Method
In This Article
Creates an object specifying the user interface state for the command.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public override ICommandUIState CreateDefaultCommandUIState()
#Returns
Type | Description |
---|---|
ICommand |
An ICommand |
#Remarks
Use the CreateDefaultCommandUIState method to create an object intended to hold the UI state specific for the ChangeFloatingObjectOutlineColorCommand.
See Also