RichEditCommandId Struct
Lists command identifiers.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v25.2.Core.dll
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