'Declaration Public Function SetToolTipHost( _ ByVal toolTipHost As System.Windows.Forms.Control _ ) As System.Boolean
public System.bool SetToolTipHost( System.Windows.Forms.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.