Spread WPF 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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

GcSystemColors Class
GcSystemColors Members

 

 


Copyright © GrapeCity, inc. All rights reserved.