Displays a hint relative to the specified point using current ToolTipController settings
public void ShowHint( string toolTip, Point cursorPosition )
Public Sub ShowHint( ByVal toolTip As String, ByVal cursorPosition As Point )
The method invokes the BeforeShow and CalcSize events before displaying the hint.