Skip to main content

IRichEditControl.ShowEditStyleForm(CharacterStyle, ParagraphIndex, ShowEditStyleFormCallback) Method

For internal use.

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

void ShowEditStyleForm(
    CharacterStyle characterSourceStyle,
    ParagraphIndex index,
    ShowEditStyleFormCallback callback
)

Parameters

Name Type Description
characterSourceStyle DevExpress.XtraRichEdit.Model.CharacterStyle

 

index DevExpress.XtraRichEdit.Model.ParagraphIndex

 

callback DevExpress.XtraRichEdit.ShowEditStyleFormCallback

 

See Also