BCGControlBar Library for .NET
GetToolTipData Method (Toolbar)




The current mouse position in client coordinates. This point specifies the toolbar button for which the tooltip's data should be given.
A tooltip data to retrieve.
Places  the ToolTip's information associated with the toolbar button from the specified point to the parameter "data".
Syntax
'Declaration
 
Public Overrides Function GetToolTipData( _
   ByVal mousePos As Point, _
   ByVal data As ToolTipData _
) As Boolean
'Usage
 
Dim instance As Toolbar
Dim mousePos As Point
Dim data As ToolTipData
Dim value As Boolean
 
value = instance.GetToolTipData(mousePos, data)
public override bool GetToolTipData( 
   Point mousePos,
   ToolTipData data
)
public: bool GetToolTipData( 
   Point mousePos,
   ToolTipData* data
) override 
public:
bool GetToolTipData( 
   Point mousePos,
   ToolTipData^ data
) override 

Parameters

mousePos
The current mouse position in client coordinates. This point specifies the toolbar button for which the tooltip's data should be given.
data
A tooltip data to retrieve.
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

Toolbar Class
Toolbar Members
Base Implementation in GetToolTipData

Send Feedback