Skip to main content

MultiCommand.ForceExecute(ICommandUIState) Method

Performs a command action regardless of a command state.

Namespace: DevExpress.XtraRichEdit.Commands

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

#Declaration

public override void ForceExecute(
    ICommandUIState state
)

#Parameters

Name Type Description
state ICommandUIState

An ICommandUIState interface defining the command state.

#Remarks

See the RichEditMenuItemSimpleCommand.ForceExecute article for an example of use.

See Also