Class CreateNewThemeColorsDialogContent
Represents the content of the CreateNewThemeColorsDialog.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class CreateNewThemeColorsDialogContent : CreateNewThemeColorsDialogContentBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, IAnalyticsProvider, IRadSpreadsheetDialogContent<CreateNewThemeColorsDialogContext>, IRadSpreadsheetDialogContent, INotifyPropertyChanged
Constructors
CreateNewThemeColorsDialogContent()
Declaration
public CreateNewThemeColorsDialogContent()
Properties
Accent1
Accent1 dependency property. Gets or sets the color of the first accent color.
Declaration
public Color Accent1 { get; set; }
Property Value
System.Drawing.Color
The color of the first accent. |
Accent2
Accent2 dependency property. Gets or sets the color of the second accent color.
Declaration
public Color Accent2 { get; set; }
Property Value
System.Drawing.Color
The color of the second accent. |
Accent3
Accent3 dependency property. Gets or sets the color of the third accent color.
Declaration
public Color Accent3 { get; set; }
Property Value
System.Drawing.Color
The color of the third accent. |
Accent4
Accent4 dependency property. Gets or sets the color of the fourth accent color.
Declaration
public Color Accent4 { get; set; }
Property Value
System.Drawing.Color
The color of the fourth accent. |
Accent5
Accent5 dependency property. Gets or sets the color of the fith accent color.
Declaration
public Color Accent5 { get; set; }
Property Value
System.Drawing.Color
The color of the fifth accent. |
Accent6
Accent6 dependency property. Gets or sets the color of the sixth accent color.
Declaration
public Color Accent6 { get; set; }
Property Value
System.Drawing.Color
The color of the sixth accent. |
Background1
Background1 dependency property. Gets or sets the color of the first background.
Declaration
public Color Background1 { get; set; }
Property Value
System.Drawing.Color
The color of the first background. |
Background2
Background2 dependency property. Gets or sets the color of the second background.
Declaration
public Color Background2 { get; set; }
Property Value
System.Drawing.Color
The color of the second background. |
FollowedHyperlink
Followed hyperlink dependency property. Gets or sets the followed hyperlink color.
Declaration
public Color FollowedHyperlink { get; set; }
Property Value
System.Drawing.Color
The followed hyperlink color. |
Hyperlink
Hyperlink dependency property. Gets or sets the color of the hyperlink.
Declaration
public Color Hyperlink { get; set; }
Property Value
System.Drawing.Color
The color of the hyperlink. |
IsResetButtonEnabled
Is reset button enabled dependency property. Gets or sets a value indicating whether the reset button is enabled.
Declaration
public bool IsResetButtonEnabled { get; set; }
Property Value
System.Boolean
The value indicating whether the reset button is enabled. |
ResetCommand
Gets the reset command.
Declaration
public ICommand ResetCommand { get; }
Property Value
System.Windows.Input.ICommand
The reset command. |
SchemeName
Scheme name dependency property. Gets or sets the name of the scheme.
Declaration
public string SchemeName { get; set; }
Property Value
System.String
The name of the scheme. |
Text1
Text1 dependency property. Gets or sets the color of the first text.
Declaration
public Color Text1 { get; set; }
Property Value
System.Drawing.Color
The color of the first text. |
Text2
Text2 dependency property. Gets or sets the color of the second text.
Declaration
public Color Text2 { get; set; }
Property Value
System.Drawing.Color
The color of the first second. |
Methods
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
OnKeyDown(KeyEventArgs)
Invoked when an unhandled System.Windows.Forms.OnKeyDown 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
ShowDialogOverride()
Called before showing dialog.
Declaration
protected override void ShowDialogOverride()
Overrides
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|