ComponentOne InputPanel for WinForms
SetToolTip Method

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > C1InputPanel Class : SetToolTip Method
Control that will be associated with the rich tooltip.
String containing HTML text to be displayed in the tooltip.
Associates a rich tooltip with a control.
Syntax
'Declaration
 
Public Shadows Sub SetToolTip( _
   ByVal control As System.Windows.Forms.Control, _
   ByVal text As System.String _
) 
public new void SetToolTip( 
   System.Windows.Forms.Control control,
   System.string text
)

Parameters

control
Control that will be associated with the rich tooltip.
text
String containing HTML text to be displayed in the tooltip.
Remarks
Use the C1InputPanel built-in tooltip instead of the regular ToolTip component in order to provide a consistent look between the tooltips associated with input panel components and other controls on your form.
See Also

Reference

C1InputPanel Class
C1InputPanel Members