Spread Silverlight Documentation
UpdateColor Method


The index used to refer the GcSystemColor
The new system color
update the built-in system color specified by the index.
Syntax
'Declaration
 
Public Shared Sub UpdateColor( _
   ByVal index As GcSystemColorIndex, _
   ByVal color As GcColor _
) 
'Usage
 
Dim index As GcSystemColorIndex
Dim color As GcColor
 
GcSystemColors.UpdateColor(index, color)
public static void UpdateColor( 
   GcSystemColorIndex index,
   GcColor color
)

Parameters

index
The index used to refer the GcSystemColor
color
The new system color
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.