BCGControlBar Library for .NET
SetHiColorImage Method




Syntax
'Declaration
 
Public Sub SetHiColorImage( _
   ByVal value As Bitmap, _
   ByVal bForceUpdate As Boolean _
) 
'Usage
 
Dim instance As TaskItem
Dim value As Bitmap
Dim bForceUpdate As Boolean
 
instance.SetHiColorImage(value, bForceUpdate)
public void SetHiColorImage( 
   Bitmap value,
   bool bForceUpdate
)
public: void SetHiColorImage( 
   Bitmap* value,
   bool bForceUpdate
) 
public:
void SetHiColorImage( 
   Bitmap^ value,
   bool bForceUpdate
) 

Parameters

value
bForceUpdate
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

TaskItem Class
TaskItem Members

Send Feedback