Class ThemeColorDropDownButtonElement
Inheritance
System.Object
ThemeColorDropDownButtonElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Controls
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class ThemeColorDropDownButtonElement : RadDropDownButtonElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IDropDownMenuOwner, ISiteProvider, IItemsOwner, IImageElement
Constructors
ThemeColorDropDownButtonElement()
Declaration
public ThemeColorDropDownButtonElement()
Properties
BuiltInItems
Gets the built in items.
Declaration
protected NamedObjects<ThemeColorScheme> BuiltInItems { get; }
Property Value
NamedObjects<ThemeColorScheme>
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 ThemeColorScheme CurrentItem { get; set; }
Property Value
ThemeColorScheme
The current item. |
CustomItems
Gets the custom items.
Declaration
protected NamedObjects<ThemeColorScheme> CustomItems { get; }
Property Value
NamedObjects<ThemeColorScheme>
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()
CreateNewThemeColorItem_Click(Object, EventArgs)
Declaration
protected virtual void CreateNewThemeColorItem_Click(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(ThemeColorScheme)
Declaration
protected virtual void ShowEditItemDialog(ThemeColorScheme contentItem)
Parameters
ThemeColorScheme
contentItem
|