Spread Silverlight 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, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GcSystemColors Class
GcSystemColors Members

 

 


Copyright © GrapeCity, inc. All rights reserved.