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 Create
Declaration
public CreateNewThemeFontsDialogContent()
Properties
Fonts
Gets or sets the fonts.
Declaration
public List<FontFamily> Fonts { get; set; }
Property Value
System. The fonts. |
Major
Gets or sets the font family of the headings.
Declaration
public FontFamily Major { get; set; }
Property Value
Font The font family of the headings. |
Minor
Gets or sets the font family of the body.
Declaration
public FontFamily Minor { get; set; }
Property Value
Font The font family of the body. |
SchemeName
Gets or sets the name of the scheme.
Declaration
public string SchemeName { get; set; }
Property Value
System. 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. 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.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System. The System. |
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.
|
Overrides
OnMouseUp(MouseEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
System. The System. |
OnOK()
Declaration
protected virtual void OnOK()
ShowDialogOverride()
Called before showing dialog.
Declaration
protected override void ShowDialogOverride()