IRichEditControl.ShowEditStyleForm(ParagraphStyle, ParagraphIndex, ShowEditStyleFormCallback) Method
For internal use.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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