Class ThemeFontDropDownButtonElement
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Controls
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class ThemeFontDropDownButtonElement : RadDropDownButtonElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IDropDownMenuOwner, ISiteProvider, IItemsOwner, IImageElement
Constructors
ThemeFontDropDownButtonElement()
Declaration
public ThemeFontDropDownButtonElement()
Properties
BuiltInItems
Gets the built in items.
Declaration
protected NamedObjects<ThemeFontScheme> BuiltInItems { get; }
Property Value
Named The built in items. |
ConfirmDeleteMessage
Gets the message to confirm delete.
Declaration
protected string ConfirmDeleteMessage { get; }
Property Value
System. The message to confirm delete. |
CurrentItem
Gets or sets the current item.
Declaration
protected ThemeFontScheme CurrentItem { get; set; }
Property Value
Theme The current item. |
CustomItems
Gets the custom items.
Declaration
protected NamedObjects<ThemeFontScheme> CustomItems { get; }
Property Value
Named The custom items. |
SpreadsheetElement
Gets or sets the spreadsheet element.
Declaration
public RadSpreadsheetElement SpreadsheetElement { get; set; }
Property Value
Rad The spreadsheet element. |
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.
|
Overrides
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateListViewItem()
CreateNewThemeFontItem_Click(Object, EventArgs)
Declaration
protected virtual void CreateNewThemeFontItem_Click(object sender, EventArgs e)
Parameters
System.
|
System.
|
CustomFontSchemes_Changed(Object, EventArgs)
Declaration
protected virtual void CustomFontSchemes_Changed(object sender, EventArgs e)
Parameters
System.
|
System.
|
OnDropDownClosing(RadPopupClosingEventArgs)
Declaration
protected override void OnDropDownClosing(RadPopupClosingEventArgs args)
Parameters
Overrides
ShowEditItemDialog(ThemeFontScheme)
Declaration
protected virtual void ShowEditItemDialog(ThemeFontScheme contentItem)
Parameters
Theme
|
ThemesManager_CurrentFontSchemeChanged(Object, EventArgs)
Declaration
protected virtual void ThemesManager_CurrentFontSchemeChanged(object sender, EventArgs e)
Parameters
System.
|
System.
|