Skip to main content

ChangeSectionPaperKindCommand(IRichEditControl, PaperKind) Constructor

In This Article

Namespace: DevExpress.XtraRichEdit.Commands

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

#Declaration

public ChangeSectionPaperKindCommand(
    IRichEditControl control,
    PaperKind paperKind
)

#Parameters

Name Type
control IRichEditControl
paperKind PaperKind
See Also