Spread WPF Documentation
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
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

GcSystemColors Class
GcSystemColors Members

 

 


Copyright © GrapeCity, inc. All rights reserved.