BCGControlBar Library for .NET
SetToolTipImage Method




A control to set an image.
A Bitmap to be set as an image.
Sets an image to the specified control.
Syntax
'Declaration
 
Public Sub SetToolTipImage( _
   ByVal value As Control, _
   ByVal image As Bitmap _
) 
'Usage
 
Dim instance As ToolTipEx
Dim value As Control
Dim image As Bitmap
 
instance.SetToolTipImage(value, image)
public void SetToolTipImage( 
   Control value,
   Bitmap image
)
public: void SetToolTipImage( 
   Control* value,
   Bitmap* image
) 
public:
void SetToolTipImage( 
   Control^ value,
   Bitmap^ image
) 

Parameters

value
A control to set an image.
image
A Bitmap to be set as an image.
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

ToolTipEx Class
ToolTipEx Members

Send Feedback