| Name | Description |
| AutoPopDelay | amount of time in milliseconds that the tool tip window stays visible before disappearing. Set it to 0 to disable auto pop. |
| BackColor | Gets/sets the BackColor of the tooltip |
| BorderColor | Gets/sets the BorderColor of the tooltip |
| BorderStyle | Returns/sets the border style used to draw the tooltip. |
| BottomMargin | bottom margin between tool tip windows' border and the tool tip text |
| Control | returns the control that this tool tip is implemented with |
| CustomToolTipImage | Image displayed when ToolTipImage is set to ToolTipImage.Custom. |
| DisplayShadow | Determines if a drop shadow is displayed beneath the tooltip when available. |
| DisplayStyle | Sets the display style of the tooltip. Default is resolved to Standard. |
| DisplayStyleResolved | Resolved display style. |
| Disposed | (Inherited from Infragistics.Shared.DisposableObject) |
| Font | Returns/sets the font used to draw the tooltip text. |
| ForeColor | Gets/sets the ForeColor of the tooltip |
| InitialDelay | Returns/sets the time interval (in milliseconds) before the tooltip initially appears. |
| IsVisible | Returns true if the tool tip is currently visible. |
| LeftMargin | left margin between tool tip windows' border and the tool tip text |
| Opacity | Gets / sets the opacity of the tooltip form. |
| Owner | Gets/sets the form that owns the tooltip form |
| OwningControl | Gets the owning control that was passed into the constructor |
| RightMargin | right margin between tool tip windows' border and the tool tip text |
| ShowAlways | Indicates whether to check if the form is active before showing tooltips. Default value is Default which is resolved to True. You can set this property to False to prevent the tooltip from checking to see if there is an active form before showing the tooltip. |
| TitleFont | Returns/sets the font used to draw the ToolTip Title. |
| ToolTipImage | Gets / sets an enumerated value that determines which image (if any) to display in the tooltip title. |
| ToolTipText | gets or sets the tool tip text that is displayed in the tool tip You can use '\n' characters to display multiline tool tips and ' ' (space) characters to insert spaces (for indentations for example) |
| ToolTipTextStyle | Determines whether the tooltip the tooltip text should be formatted. A setting of ToolTipTextStyle.Default will resolve to ToolTipTextStyle.Raw. |
| ToolTipTitle | The title of the Balloontip. Only appears when the tooltip is a balloon tip. |
| TopMargin | top margin between tool tip windows' border and the tool tip text |
| TopMost | Gets/sets whether the tooltip is a topmost window |
| UseAppStyling | Returns or sets a boolean indicating whether the tooltip should use application styling. |