Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RichEditCommandId(Int32) Constructor

Instantiates the RichEditCommandId structure with the specified value.

Namespace: DevExpress.XtraRichEdit.Commands

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public RichEditCommandId(
    int value
)

Parameters

Name Type Description
value Int32

An integer specifying the command id value.

See Also