BCGControlBar Library for .NET
GetToolTipData Method (CommandPanel)




Specifies the current position of the mouse cursor.
A ToolTipData object associated with a button located under cursor.
In default implementation this function returns false. You can override this function in your derived class to specify the TooltipData for the command object from the specified point or hide tooltips if there is no command object under the mouse cursor.
Syntax
'Declaration
 
Public Overridable Function GetToolTipData( _
   ByVal mousePos As Point, _
   ByVal data As ToolTipData _
) As Boolean
'Usage
 
Dim instance As CommandPanel
Dim mousePos As Point
Dim data As ToolTipData
Dim value As Boolean
 
value = instance.GetToolTipData(mousePos, data)
public virtual bool GetToolTipData( 
   Point mousePos,
   ToolTipData data
)
public: virtual bool GetToolTipData( 
   Point mousePos,
   ToolTipData* data
) 
public:
virtual bool GetToolTipData( 
   Point mousePos,
   ToolTipData^ data
) 

Parameters

mousePos
Specifies the current position of the mouse cursor.
data
A ToolTipData object associated with a button located under cursor.
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

CommandPanel Class
CommandPanel Members

Send Feedback