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