BCGControlBar Library for .NET
GetToolTipImage Method




A Control to specify an image.
Returns the image for tooltip associated with the specified control.
Syntax
'Declaration
 
Public Function GetToolTipImage( _
   ByVal value As Control _
) As Bitmap
'Usage
 
Dim instance As ToolTipEx
Dim value As Control
Dim value As Bitmap
 
value = instance.GetToolTipImage(value)
public Bitmap GetToolTipImage( 
   Control value
)
public: Bitmap* GetToolTipImage( 
   Control* value
) 
public:
Bitmap^ GetToolTipImage( 
   Control^ value
) 

Parameters

value
A Control to specify 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