IRichEditControl.ShowEditStyleForm(CharacterStyle, ParagraphIndex, ShowEditStyleFormCallback) Method
For internal use. Invokes a dialog used to edit a specified style.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v14.2.Core.dll
Declaration
void ShowEditStyleForm(
CharacterStyle characterSourceStyle,
ParagraphIndex index,
ShowEditStyleFormCallback callback
)
Sub ShowEditStyleForm(
characterSourceStyle As CharacterStyle,
index As ParagraphIndex,
callback As ShowEditStyleFormCallback
)
Parameters
| Name | Type |
|---|---|
| characterSourceStyle | DevExpress.XtraRichEdit.Model.CharacterStyle |
| index | DevExpress.XtraRichEdit.Model.ParagraphIndex |
| callback | DevExpress.XtraRichEdit.ShowEditStyleFormCallback |
See Also