IRichEditControl.ShowEditStyleForm(ParagraphStyle, ParagraphIndex, ShowEditStyleFormCallback) Method
For internal use.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
void ShowEditStyleForm(
ParagraphStyle paragraphSourceStyle,
ParagraphIndex index,
ShowEditStyleFormCallback callback
)
Parameters
| Name | Type | Description |
|---|---|---|
| paragraphSourceStyle | DevExpress.XtraRichEdit.Model.ParagraphStyle |
|
| index | DevExpress.XtraRichEdit.Model.ParagraphIndex |
|
| callback | DevExpress.XtraRichEdit.ShowEditStyleFormCallback |
|
See Also