ComponentOne InputPanel for WinForms
GetToolTip Method

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > C1InputPanel Class : GetToolTip Method
The Control for which to retrieve the tooltip text.
Retrieves the rich tooltip text associated with the specified control.
Syntax
'Declaration
 
Public Shadows Function GetToolTip( _
   ByVal control As System.Windows.Forms.Control _
) As System.String
public new System.string GetToolTip( 
   System.Windows.Forms.Control control
)

Parameters

control
The Control for which to retrieve the tooltip text.

Return Value

The tooltip text for the specified control.
See Also

Reference

C1InputPanel Class
C1InputPanel Members