DataGate Print File Designer® - Build 8.0.355 and above

BaseField.toolTipControl Field

This field is a reference to a System.Windows.Forms.ToolTip object that represents a small rectangular pop-up window that displays a brief description of a control's purpose when the mouse hovers over the control.

control.BaseField [ =System.Windows.Forms.ToolTip]

Remarks

Using the System.Windows.Forms.ToolTip object allows you to provide help to users when they place the mouse cursor over a control.  This is typically used to alert users to the intended use of a control.

See Also

BaseField Class | BaseField Class Members | System.Windows.Forms.ToolTip