FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.8 Assembly / C1.Win.DxToolkit Namespace / DxControl Class / SetToolTipHost Method
The Control that supports it own tooltips, such as C1Ribbon or C1InputPanel.

In This Topic
    SetToolTipHost Method (DxControl)
    In This Topic
    Specifies a Control implementing the public method: SetToolTip(Control, string).
    Syntax
    'Declaration
     
    Public Function SetToolTipHost( _
       ByVal toolTipHost As Control _
    ) As Boolean
    public bool SetToolTipHost( 
       Control toolTipHost
    )

    Parameters

    toolTipHost
    The Control that supports it own tooltips, such as C1Ribbon or C1InputPanel.

    Return Value

    True, if the provided Control has the public SetToolTip method, False otherwise.
    See Also