'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.