Skip to main content

ChangeSectionPaperKindCommand(IRichEditControl, PaperKind) Constructor

Namespace: DevExpress.XtraRichEdit.Commands

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

Declaration

public ChangeSectionPaperKindCommand(
    IRichEditControl control,
    PaperKind paperKind
)
Public Sub New(
    control As IRichEditControl,
    paperKind As PaperKind
)

Parameters

Name Type
control IRichEditControl
paperKind PaperKind
See Also