Skip to main content

ChangeFloatingObjectOutlineColorCommand.CreateDefaultCommandUIState() Method

Creates an object specifying the user interface state for the command.

Namespace: DevExpress.XtraRichEdit.Commands

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public override ICommandUIState CreateDefaultCommandUIState()

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 for the ChangeFloatingObjectOutlineColorCommand.

See Also