Back to Devexpress

FontFormShowingEventArgs.ControllerParameters Property

windowsforms-devexpress-dot-xtrarichedit-dot-fontformshowingeventargs.md

latest1.7 KB
Original Source

FontFormShowingEventArgs.ControllerParameters Property

Gets the information for initializing the Font dialog controls.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public FontFormControllerParameters ControllerParameters { get; }
vb
Public ReadOnly Property ControllerParameters As FontFormControllerParameters

Property Value

TypeDescription
DevExpress.XtraRichEdit.Forms.FontFormControllerParameters

A DevExpress.XtraRichEdit.Forms.FontFormControllerParameters object containing information to be displayed in the form.

|

See Also

How to: Customize the Hyperlink Form

How to: Customize the Find and Replace Dialog in Rich Text Editor for WinForms

FontFormShowingEventArgs Class

FontFormShowingEventArgs Members

DevExpress.XtraRichEdit Namespace