IRichEditControl.ShowEditStyleForm(CharacterStyle, 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(
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