System.Windows.Forms.ToolTip: Property Members

The properties of System.Windows.Forms.ToolTip are listed below. For a list of all members, see the ToolTip Members list.

See Also: Inherited members from System.ComponentModel.Component

Public Properties

Activebool.

Gets or sets a value indicating whether the ToolTip is currently active.

AutomaticDelayint.

Gets or sets the automatic delay for the ToolTip.

AutoPopDelayint.

Gets or sets the period of time the ToolTip remains visible if the pointer is stationary on a control with specified ToolTip text.

BackColorSystem.Drawing.Color.

Gets or sets the background color for the ToolTip.

ForeColorSystem.Drawing.Color.

Gets or sets the foreground color for the ToolTip.

InitialDelayint.

Gets or sets the time that passes before the ToolTip appears.

IsBalloonbool.

Gets or sets a value indicating whether the ToolTip should use a balloon window.

OwnerDrawbool.

Gets or sets a value indicating whether the ToolTip is drawn by the operating system or by code that you provide.

ReshowDelayint.

Gets or sets the length of time that must transpire before subsequent ToolTip windows appear as the pointer moves from one control to another.

ShowAlwaysbool.

Gets or sets a value indicating whether a ToolTip window is displayed, even when its parent control is not active.

StripAmpersandsbool.

Gets or sets a value that determines how ampersand (&) characters are treated.

Tagobject.

Gets or sets the object that contains programmer-supplied data associated with the System.Windows.Forms.ToolTip.

ToolTipIconToolTipIcon.

Gets or sets a value that defines the type of icon to be displayed alongside the ToolTip text.

ToolTipTitlestring.

Gets or sets a title for the ToolTip window.

UseAnimationbool.

Gets or sets a value determining whether an animation effect should be used when displaying the ToolTip.

UseFadingbool.

Gets or sets a value determining whether a fade effect should be used when displaying the ToolTip.

Protected Properties

[read-only]
CreateParamsCreateParams.

Gets the creation parameters for the ToolTip window.