RichEditCommandId Struct
Lists command identifiers.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
[ComVisible(false)]
public struct RichEditCommandId :
IConvertToInt<RichEditCommandId>,
IEquatable<RichEditCommandId>
Related API Members
The following members return RichEditCommandId objects:
Show 333 links
Remarks
Use the RichEditControl.CreateCommand method to create a command by its RichEditCommandId value.
Implements
See Also