RichEditControl.CreateCommand(RichEditCommandId) Method
Create a RichEditCommand object by the command identifier.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v25.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| commandId | RichEditCommandId | A RichEditCommandId structure member, which specifies a command. |
Returns
| Type | Description |
|---|---|
| RichEditCommand | A RichEditCommand instance, representing a Rich Text Control command. |
See Also