Spread Silverlight Documentation
GcSystemColorIndex Enumeration


GrapeCity.Excel Namespace : GcSystemColorIndex Enumeration
Represents all GcSystemColor index used to retrieve system colors from GcSystemColor.
Syntax
'Declaration
 
Public Enum GcSystemColorIndex 
   Inherits System.Enum
'Usage
 
Dim instance As GcSystemColorIndex
public enum GcSystemColorIndex : System.Enum 
Members
MemberDescription
ActiveBorder Key used to get active border color
ActiveCaption Key used to get active caption color
ActiveCaptionText Key used to get active caption text color
AppWorkspace Key used to get application workspace color
ButtonFace Key used to get system button face color
ButtonHightlight Key used to get system button highlight color
ButtonShadow Key used to get system button shadow color
ButtonText Key sued to get system button text color
Control Key used to get control color
ControlDark Key used to get control dark color
ControlDarkDark Key used to get control dark dark color
ControlLight Key used to get control light color
ControlLightLight Key used to get control light light color
ControlText Key used to get control text color
Desktop Key used to get desktop color
GradientActiveCaption Key used to get gradient active caption color
GradientInactiveCaption Key used to get gradient inactive caption color
GrayText Key used to get gray text color
Highlight Key used to get highlight color
HighlightText Key used to get highlight text color
HotTrack Key used to get hot track color
InactiveBorder Key used to get inactive border color
InactiveCaption Key used to get inactive caption color
InactiveCaptionText Key used to get inactive caption text color
Info Key used to get info color
InfoText Key used to get info text color
Menu Key used to get menu color
MenuBar Key used to get menu bar color
MenuHighlight Key used to get menu hightlight color
MenuText Key used to get menu text color
ScrollBar Key used to get scroll bar color
ThreeDDarkShadow Key used to get system 3D Dark shadow color
ThreeDLight Key used to get system 3D light color
Window Key used to get window color
WindowFrame Key used to get system window frame color
WindowText Key used to get system window text color.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.GcSystemColorIndex

See Also

Reference

GrapeCity.Excel Namespace