Spread Silverlight Documentation
GetSystemColor Method


GrapeCity.Excel Namespace > GcSystemColors Class : GetSystemColor Method
The index used to refer the GcSystemColor
Get the system color at the specified system color index
Syntax
'Declaration
 
Public Shared Function GetSystemColor( _
   ByVal index As GcSystemColorIndex _
) As GcColor
'Usage
 
Dim index As GcSystemColorIndex
Dim value As GcColor
 
value = GcSystemColors.GetSystemColor(index)
public static GcColor GetSystemColor( 
   GcSystemColorIndex index
)

Parameters

index
The index used to refer the GcSystemColor

Return Value

The system color at the specified color index
See Also

Reference

GcSystemColors Class
GcSystemColors Members