InsertTextCommand.CommandSourceType Property
Gets or sets the type of the source which has issued the command.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
CommandSourceType | A CommandSourceType enumeration member that helps identify the command’s origin. |
Available values:
Name | Description |
---|---|
Unknown | The type of the command source is not known. |
Menu | The command is issued from the menu. |
Keyboard | The command is issued from the keyboard. |
Mouse | The command is issued using a mouse. |
See Also