Click or drag to resize
ObjectExtrasAddToolTip Method
Add a tooltip to a control

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void AddToolTip(
	Control C,
	string text
)

Parameters

C
Type: System.Windows.FormsControl
the control to add the tooltip to
text
Type: SystemString
the tooltip text
See Also