FontPropertiesDialog
Class
FontPropertiesDialog
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class FontPropertiesDialog : RadRichTextBoxWindow, INotifyLayoutChange, IDragAware, IFontPropertiesDialog, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowFontPropertiesDialog
Implements:
Inherited Members
Constructors
C#
public FontPropertiesDialog()
Methods
InitializeComponent
C#
public void InitializeComponent()
Raises the event.
C#
protected override void OnClosed(WindowClosedEventArgs args)
The WindowClosedEventArgs instance containing the event data.
Overrides:
Displays the font properties dialog for the specified context.
C#
public void ShowDialog(FontPropertiesDialogContext context)
The context in which the font properties dialog will be displayed.
Implements: