[]
        
(Showing Draft Content)

C1.Win.DxToolkit.DxControl.SetToolTipHost

SetToolTipHost Method

SetToolTipHost(Control)

Specifies a Control implementing the public method: SetToolTip(Control, string).

Declaration
public bool SetToolTipHost(Control toolTipHost)
Parameters
Type Name Description
Control toolTipHost

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

Returns
Type Description
bool

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