Skip to main content
A newer version of this page is available. .

IRichEditControl.ShowEditStyleForm(ParagraphStyle, ParagraphIndex, ShowEditStyleFormCallback) Method

For internal use. Invokes a dialog used to edit a specified style.

Namespace: DevExpress.XtraRichEdit

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

Declaration

void ShowEditStyleForm(
    ParagraphStyle paragraphSourceStyle,
    ParagraphIndex index,
    ShowEditStyleFormCallback callback
)

Parameters

Name Type
paragraphSourceStyle DevExpress.XtraRichEdit.Model.ParagraphStyle
index DevExpress.XtraRichEdit.Model.ParagraphIndex
callback DevExpress.XtraRichEdit.ShowEditStyleFormCallback
See Also