The ToolTip..::..TooltipInfo type exposes the following members.

Properties

  NameDescription
Public propertyAssociatedControl
Gets the associated control for which the tooltip is displayed.
Public propertyCustomControl
Gets or sets the control to be shown inside of the popup window.
Public propertyEnabled
Gets or sets a value indicating whether the tooltip can be displayed for the AssociatedControl.
Public propertyLocation
Gets or sets the location to display the tooltip.
Public propertyRegion
Gets or sets the tooltip's region in the AssociatedControl where the pointer must remain stationary before the ToolTip windows appears.
Public propertyText
Gets or sets the text to be displayed in the tooltip. This property is not used if the CustomControl is presented.

See Also