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
NamedObjects<ThemeFontScheme>
The built in items. |
ConfirmDeleteMessage
Gets the message to confirm delete.
Declaration
protected string ConfirmDeleteMessage { get; }
Property Value
System.String
The message to confirm delete. |
CurrentItem
Gets or sets the current item.
Declaration
protected ThemeFontScheme CurrentItem { get; set; }
Property Value
ThemeFontScheme
The current item. |
CustomItems
Gets the custom items.
Declaration
protected NamedObjects<ThemeFontScheme> CustomItems { get; }
Property Value
NamedObjects<ThemeFontScheme>
The custom items. |
SpreadsheetElement
Gets or sets the spreadsheet element.
Declaration
public RadSpreadsheetElement SpreadsheetElement { get; set; }
Property Value
RadSpreadsheetElement
The spreadsheet element. |
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|
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.Object
sender
|
System.EventArgs
e
|
CustomFontSchemes_Changed(Object, EventArgs)
Declaration
protected virtual void CustomFontSchemes_Changed(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
OnDropDownClosing(RadPopupClosingEventArgs)
Declaration
protected override void OnDropDownClosing(RadPopupClosingEventArgs args)
Parameters
RadPopupClosingEventArgs
args
|
Overrides
ShowEditItemDialog(ThemeFontScheme)
Declaration
protected virtual void ShowEditItemDialog(ThemeFontScheme contentItem)
Parameters
ThemeFontScheme
contentItem
|
ThemesManager_CurrentFontSchemeChanged(Object, EventArgs)
Declaration
protected virtual void ThemesManager_CurrentFontSchemeChanged(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|