The ToolTip..::..TooltipInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AssociatedControl |
Gets the associated control for which the tooltip is displayed.
| |
| CustomControl |
Gets or sets the control to be shown inside of the popup window.
| |
| Enabled |
Gets or sets a value indicating whether the tooltip can be displayed for the AssociatedControl.
| |
| Location |
Gets or sets the location to display the tooltip.
| |
| Region |
Gets or sets the tooltip's region in the AssociatedControl where the pointer must remain stationary before the ToolTip windows appears.
| |
| Text |
Gets or sets the text to be displayed in the tooltip. This property is not used if the CustomControl is presented.
|