MultiCommand.ForceExecute(ICommandUIState) Method
In This Article
Performs a command action regardless of a command state.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
state | ICommand |
An ICommand |
#Remarks
See the RichEditMenuItemSimpleCommand.ForceExecute article for an example of use.
See Also