The following tables list the members exposed by ToolTipInfo.
Name | Description | |
---|---|---|
ToolTipInfo Constructor | Initializes a new ToolTipInfo based on the specified cursor location |
Name | Description | |
---|---|---|
AdjustLeft | Indicates whether to adjust the X coordinate to ensure that it is within the screen rect. | |
AdjustTop | Indicates whether to adjust the Y coordinate to ensure that it is within the screen rect. | |
AdjustWidth | Indicates whether the tooltip width may be adjusted. | |
AlignRight | If true will align the right edge of the tooltip | |
AutoPopDelay | Specifies the auto pop delay. Specify 0 for no auto pop and -1 for the default auto pop delay. Default is 0. | |
BackColor | BackColor for the tooltip | |
BorderColor | Border color for the tooltip | |
BorderStyle | Borderstyle for the tooltip window | |
CalculateEmbeddableEditorSize | Returns or sets a value indicating whether the size of the embeddable editor should be calculated. | |
CustomToolTipImage | Image displayed when ToolTipImage is set to ToolTipImage.Custom. | |
DelayUntilMouseHover | Specifies whether to display the tool-tip as soon as the mouse enters the element if another element was currently displaing its tooltip. Default value is false. | |
DisplayStyle | Determines in what style tooltips are displayed (standard or balloontip). | |
Editor | Returns or sets the editor class. | |
EditorOwner | Returns or sets the editor owner. | |
EditorOwnerContext | Returns or sets the owner context for the editor. | |
ExcludeX | Indicates whether to flip the tooltip rect across the x axis when the display rectangle intersects the exclusion rect | |
ExcludeY | Indicates whether to flip the tooltip rect across the y axis when the display rectangle intersects the exclusion rect | |
ExclusionRect | Area that the tooltip should not cover | |
Font | Font used to display the tooltip. | |
ForeColor | ForeColor for the tooltip | |
HasToolTip | Returns true if this tooltip info instance can be used to actually display a tooltip. | |
Location | Location where the tooltip should be displayed | |
Margins | Space between the edge of the tooltip window and the text. | |
MaxWidth | Maximum width of the tooltip | |
ShowWhenOwningFormInactive | Returns whether to display the tooltip if the owning form is inactive. | |
Size | Size of the tooltip | |
Title | Text to display in the title area of the tooltip | |
TitleFont | Returns/sets the font used to draw the ToolTip Title. | |
ToolTipImage | Gets / sets an enumerated value that determines which determines which image (if any) to display in the tooltip title. | |
ToolTipText | Text to display | |
ToolTipTextStyle | Determines whether the ToolTipText should be treated as plain text or as formatted text. |