BCGControlBar Library for .NET
SetColor(IMAGE_STATE,Color) Method




The current state of the image.
The color of the image to draw.
Sets a color of the images to draw.
Syntax
'Declaration
 
Public Overloads Shared Sub SetColor( _
   ByVal state As IMAGE_STATE, _
   ByVal color As Color _
) 
'Usage
 
Dim state As IMAGE_STATE
Dim color As Color
 
InternalImages.SetColor(state, color)
public static void SetColor( 
   IMAGE_STATE state,
   Color color
)
public: static void SetColor( 
   IMAGE_STATE state,
   Color color
) 
public:
static void SetColor( 
   IMAGE_STATE state,
   Color color
) 

Parameters

state
The current state of the image.
color
The color of the image to draw.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

InternalImages Class
InternalImages Members
Overload List

Send Feedback