ObjectExtrasAddToolTip Method |
Add a tooltip to a control
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void AddToolTip(
Control C,
string text
)
Public Shared Sub AddToolTip (
C As Control,
text As String
)
public:
static void AddToolTip(
Control^ C,
String^ text
)
static member AddToolTip :
C : Control *
text : string -> unit
Parameters
- C
- Type: System.Windows.FormsControl
the control to add the tooltip to - text
- Type: SystemString
the tooltip text
See Also