ComponentOne FlexReport for WinForms
SetToolTipHost Method

C1.Win.FlexViewer.4 Assembly > C1.Win.DxToolkit Namespace > DxControl Class : SetToolTipHost Method
The Control that supports it own tooltips, such as C1Ribbon or C1InputPanel.
Specifies a Control implementing the public method: SetToolTip(Control, string).
Syntax
'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.
See Also

Reference

DxControl Class
DxControl Members