Spread WPF 17
GrapeCity.Excel Namespace / GcSystemColors Class / GetSystemColor Method
The index used to refer the GcSystemColor


In This Topic
    GetSystemColor Method
    In This Topic
    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