Class CreateNewThemeFontsDialogContent
Represents the content of the CreateNewThemeFontsDialog.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class CreateNewThemeFontsDialogContent : CreateNewThemeFontsDialogContentBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IRadSpreadsheetDialogContent<CreateNewThemeFontsDialogContext>, IRadSpreadsheetDialogContent
Constructors
CreateNewThemeFontsDialogContent()
Initializes a new instance of the CreateNewThemeFontsDialogContent class.
Declaration
public CreateNewThemeFontsDialogContent()
Properties
Fonts
Gets or sets the fonts.
Declaration
public List<FontFamily> Fonts { get; set; }
Property Value
System.Collections.Generic.List<FontFamily>
The fonts. |
Major
Gets or sets the font family of the headings.
Declaration
public FontFamily Major { get; set; }
Property Value
FontFamily
The font family of the headings. |
Minor
Gets or sets the font family of the body.
Declaration
public FontFamily Minor { get; set; }
Property Value
FontFamily
The font family of the body. |
SchemeName
Gets or sets the name of the scheme.
Declaration
public string SchemeName { get; set; }
Property Value
System.String
The name of the scheme. |
Methods
CopyPropertiesFromContext()
Declaration
protected virtual void CopyPropertiesFromContext()
CopyPropertiesToContext()
Declaration
protected virtual void CopyPropertiesToContext()
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
LocalizeStrings()
Declaration
protected virtual void LocalizeStrings()
OnCancel()
Declaration
protected virtual void OnCancel()
OnKeyDown(KeyEventArgs)
Invoked when an unhandled System.Windows.Input.Keyboard.KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
The System.Windows.Input.KeyEventArgs that contains the event data. |
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
OnMouseUp(MouseEventArgs)
Invoked when an unhandled System.Windows.UIElement.MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
The System.Windows.Input.MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was released. |
OnOK()
Declaration
protected virtual void OnOK()
ShowDialogOverride()
Called before showing dialog.
Declaration
protected override void ShowDialogOverride()