Skip to main content

IRichEditControl.ShowParagraphForm(MergedParagraphProperties, ShowParagraphFormCallback, Object) Method

For internal use.

Namespace: DevExpress.XtraRichEdit

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

Declaration

void ShowParagraphForm(
    MergedParagraphProperties paragraphProperties,
    ShowParagraphFormCallback callback,
    object callbackData
)
Sub ShowParagraphForm(
    paragraphProperties As MergedParagraphProperties,
    callback As ShowParagraphFormCallback,
    callbackData As Object
)

Parameters

Name Type
paragraphProperties DevExpress.XtraRichEdit.Model.MergedParagraphProperties
callback DevExpress.XtraRichEdit.ShowParagraphFormCallback
callbackData Object
See Also