IRichEditControl.ShowEditStyleForm(ParagraphStyle, 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(
ParagraphStyle paragraphSourceStyle,
ParagraphIndex index,
ShowEditStyleFormCallback callback
)
Sub ShowEditStyleForm(
paragraphSourceStyle As ParagraphStyle,
index As ParagraphIndex,
callback As ShowEditStyleFormCallback
)
Parameters
| Name | Type |
|---|---|
| paragraphSourceStyle | DevExpress.XtraRichEdit.Model.ParagraphStyle |
| index | DevExpress.XtraRichEdit.Model.ParagraphIndex |
| callback | DevExpress.XtraRichEdit.ShowEditStyleFormCallback |
See Also