Class ColorTableOffice2010Silver
Provides attributes and methods for Office2010 Silver color table.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Renderers
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ColorTableOffice2010Silver : ColorTableOffice2010, IColorTableOffice2010Creator
Methods
InitColors(ref Color[])
Initialize scroll bar color fields for silver color.
Declaration
protected override void InitColors(ref Color[] colors)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Color[] | colors | Scroll bar color references. |
Overrides
Explicit Interface Implementations
IColorTableOffice2010Creator.Create()
Interface to create an office2010 Silver color table.
Declaration
ColorTableOffice2010 IColorTableOffice2010Creator.Create()
Returns
Type | Description |
---|---|
ColorTableOffice2010 | returns office2010 silver color table |