InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanelBase Class / SetToolTip Method
Control that will be associated with the rich tooltip.
String containing Html text to be displayed in the tooltip.

In This Topic
    SetToolTip Method (C1InputPanelBase)
    In This Topic
    Associates a rich tooltip with a control.
    Syntax
    'Declaration
     
    Public Sub SetToolTip( _
       ByVal control As Control, _
       ByVal text As String _
    ) 
    public void SetToolTip( 
       Control control,
       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 C1.Framework.XView built-in tooltip instead of the regular System.Windows.Forms.ToolTip component in order to provide a consistent look between the tooltips associated with XView elements and other controls on your form.
    See Also