IRichEditControl.ShowFontForm(MergedCharacterProperties, ShowFontFormCallback, Object) Method
For internal use.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v14.2.Core.dll
Declaration
void ShowFontForm(
MergedCharacterProperties characterProperties,
ShowFontFormCallback callback,
object callbackData
)
Sub ShowFontForm(
characterProperties As MergedCharacterProperties,
callback As ShowFontFormCallback,
callbackData As Object
)
Parameters
| Name | Type |
|---|---|
| characterProperties | DevExpress.XtraRichEdit.Model.MergedCharacterProperties |
| callback | DevExpress.XtraRichEdit.ShowFontFormCallback |
| callbackData | Object |
See Also