Skip to main content

RichEditCommandId Struct

Lists command identifiers.

Namespace: DevExpress.XtraRichEdit.Commands

Assembly: DevExpress.RichEdit.v14.2.Core.dll

#Declaration

[ComVisible(false)]
public struct RichEditCommandId :
    IConvertToInt<RichEditCommandId>,
    IEquatable<RichEditCommandId>

#Returned By

Properties that return RichEditCommandId instances:

Show 290 links

#Remarks

Use the RichEditControl.CreateCommand method to create a command by its RichEditCommandId value.

See Also