'Declaration Public Overloads Function GetToolTip( _ ByVal control As System.Windows.Forms.Control _ ) As System.String
public 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.