The ToolTip type exposes the following members.

Properties

  NameDescription
Public propertyActive
Gets or sets a value indicating whether this ToolTip is active. A tip will only appear if the ToolTip has been activated.
Public propertyAutoPopDelay
Gets or sets the the length of time the ToolTip remains visible if the pointer is stationary inside a ToolTip region or a popup window.
Public propertyAutoSize
Gets or sets a value indicating whether the ToolTip can fit the popup window to the best content's size.
Public propertyBackColor
Gets or sets the background color of the tooltip control.
Public propertyCloseButton
Gets or sets a value indicating whether the ToolTip window should display a button to close the ToolTip window.
Public propertyFont
Gets or sets the font to display the content.
Public propertyForeColor
Gets or sets the foreground color of the tooltip control.
Public propertyInitialDelay
Gets or sets the length of time the pointer must remain stationary within a ToolTip region before the ToolTip windows appears.
Public propertyIsBalloon
Gets or sets a value indicating whether whether the ToolTip will take a balloon form.
Public propertyIsVisible
Gets a value indicating whether the ToolTip is currently visible.
Public propertyItem
Provides detailed information (location, tooltip's region, custom control...) to display tooltip for the associated control.
Public propertyKeepVisibleOverTooltip
Gets or sets a value indicating whether the ToolTip remains visible if the pointer is located inside of the popup window after the AutoPopDelay period has elapsed.
Public propertyMoveVisibleTooltip
Gets or sets a value indicating whether the ToolTip window can follow the pointer if the user moves it inside a ToolTip region.
Public propertyOrientation
Gets or sets the preferred orientation of the ToolTip relative to its start location.
Public propertyReshowDelay
Gets or sets the length of time it takes for subsequent ToolTip windows to appear as the pointer moves from one ToolTip region to another.
Public propertyResizable
Gets or sets a value indicating whether the user can resize the ToolTip through the UI interface.
Public propertyShowAlways
Gets or sets a value indicating whether the ToolTip will be displayed always, even if the parent window is not active.
Public propertyTitle
Gets or sets the title of the ToolTip.
Public propertyTitleFont
Gets or sets the font to display the title.
Public propertyTitleIcon
Gets or sets the icon to be displayed in the ToolTip's title.
Public propertyTooltipSize
Gets or sets the size of the tooltip. Can be altered if the AutoSize property is true.

See Also