Class SpreadsheetStylesGalleryElement
Inheritance
System.Object
SpreadsheetStylesGalleryElement
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 SpreadsheetStylesGalleryElement : RadGalleryElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IDropDownMenuOwner, IItemsOwner
Constructors
SpreadsheetStylesGalleryElement()
Initializes a new instance of the SpreadsheetStylesGalleryElement class.
Declaration
public SpreadsheetStylesGalleryElement()
Properties
AssociatedSpreadsheetElement
Declaration
public RadSpreadsheetElement AssociatedSpreadsheetElement { get; set; }
Property Value
RadSpreadsheetElement
|
Methods
AddGroupItem(CellStyleCategory, String)
Declaration
public void AddGroupItem(CellStyleCategory cellStyleCategory, string groupName)
Parameters
CellStyleCategory
cellStyleCategory
|
System.String
groupName
|
ApplyMenuItem_Click(Object, EventArgs)
Declaration
protected virtual void ApplyMenuItem_Click(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateDefaultDropDownMenu()
CreateMenuItem(String)
Declaration
protected virtual RadMenuItem CreateMenuItem(string text)
Parameters
System.String
text
|
Returns
RadMenuItem
|
DeleteMenuItem_Click(Object, EventArgs)
Declaration
protected virtual void DeleteMenuItem_Click(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
DuplicateMenuItem_Click(Object, EventArgs)
Declaration
protected virtual void DuplicateMenuItem_Click(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
GalleryItem_MouseDown(Object, MouseEventArgs)
Declaration
protected virtual void GalleryItem_MouseDown(object sender, MouseEventArgs e)
Parameters
System.Object
sender
|
System.Windows.Forms.MouseEventArgs
e
|
InitializeDropDownMenu()
Declaration
protected virtual void InitializeDropDownMenu()
InitializeSnapshotSpreadsheet()
Declaration
protected virtual void InitializeSnapshotSpreadsheet()
ModifyMenuItem_Click(Object, EventArgs)
Declaration
protected virtual void ModifyMenuItem_Click(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|