DecrementParagraphOutlineLevelCommand(IRichEditControl) Constructor
In This Article
Initializes a new instance of the DecrementParagraphOutlineLevelCommand class with the specified owner.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public DecrementParagraphOutlineLevelCommand(
IRichEditControl control
)
#Parameters
Name | Type | Description |
---|---|---|
control | IRich |
An object exposing the IRich |
See Also