GrapeCity.Win.MultiRow Namespace : Office2007Style Enumeration |
Public Enum Office2007Style Inherits System.Enum
Dim instance As Office2007Style
public enum Office2007Style : System.Enum
Member | Description |
---|---|
Black | Represents an appearance similar to Office 2007 when Office 2007's color scheme is "Black". |
Blue | Represents an appearance similar to Office 2007 when Office 2007's color scheme is "Blue". |
None | Does not use an Office 2007 appearance. |
Silver | Represents an appearance similar to Office 2007 when Office 2007's color scheme is "Silver". |
Template template1 = this.gcMultiRow1.Template; //Set ScrollBar to Office 2007 style. this.gcMultiRow1.ScrollBarOffice2007Style = Office2007Style.Blue;
Dim template1 As Template = Me.gcMultiRow1.Template 'Set ScrollBar to Office 2007 style. Me.gcMultiRow1.ScrollBarOffice2007Style = Office2007Style.Blue
System.Object
System.ValueType
System.Enum
GrapeCity.Win.MultiRow.Office2007Style
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2