Displays a hint at the specified position relative to the mouse cursor.
public void ShowHint( string toolTip, ToolTipLocation toolTipLocation )
Public Sub ShowHint( ByVal toolTip As String, ByVal toolTipLocation As ToolTipLocation )
The method invokes the BeforeShow and CalcSize events before displaying the hint.