Version

ToolTipInfo Structure Members

The following tables list the members exposed by ToolTipInfo.

Public Constructors
 NameDescription
Public ConstructorToolTipInfo ConstructorInitializes a new ToolTipInfo based on the specified cursor location  
Public Properties
 NameDescription
Public PropertyAdjustLeftIndicates whether to adjust the X coordinate to ensure that it is within the screen rect.  
Public PropertyAdjustTopIndicates whether to adjust the Y coordinate to ensure that it is within the screen rect.  
Public PropertyAdjustWidthIndicates whether the tooltip width may be adjusted.  
Public PropertyAlignRightIf true will align the right edge of the tooltip  
Public PropertyAutoPopDelaySpecifies the auto pop delay. Specify 0 for no auto pop and -1 for the default auto pop delay. Default is 0.  
Public PropertyBackColorBackColor for the tooltip  
Public PropertyBorderColorBorder color for the tooltip  
Public PropertyBorderStyleBorderstyle for the tooltip window  
Public PropertyCalculateEmbeddableEditorSizeReturns or sets a value indicating whether the size of the embeddable editor should be calculated.  
Public PropertyCustomToolTipImageImage displayed when ToolTipImage is set to ToolTipImage.Custom.  
Public PropertyDelayUntilMouseHoverSpecifies 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.  
Public PropertyDisplayStyleDetermines in what style tooltips are displayed (standard or balloontip).  
Public PropertyEditorReturns or sets the editor class.  
Public PropertyEditorOwnerReturns or sets the editor owner.  
Public PropertyEditorOwnerContextReturns or sets the owner context for the editor.  
Public PropertyExcludeXIndicates whether to flip the tooltip rect across the x axis when the display rectangle intersects the exclusion rect  
Public PropertyExcludeYIndicates whether to flip the tooltip rect across the y axis when the display rectangle intersects the exclusion rect  
Public PropertyExclusionRectArea that the tooltip should not cover  
Public PropertyFontFont used to display the tooltip.  
Public PropertyForeColorForeColor for the tooltip  
Public PropertyHasToolTipReturns true if this tooltip info instance can be used to actually display a tooltip.  
Public PropertyLocationLocation where the tooltip should be displayed  
Public PropertyMarginsSpace between the edge of the tooltip window and the text.  
Public PropertyMaxWidthMaximum width of the tooltip  
Public PropertyShowWhenOwningFormInactiveReturns whether to display the tooltip if the owning form is inactive.  
Public PropertySizeSize of the tooltip  
Public PropertyTitleText to display in the title area of the tooltip  
Public PropertyTitleFontReturns/sets the font used to draw the ToolTip Title.  
Public PropertyToolTipImageGets / sets an enumerated value that determines which determines which image (if any) to display in the tooltip title.  
Public PropertyToolTipTextText to display  
Public PropertyToolTipTextStyleDetermines whether the ToolTipText should be treated as plain text or as formatted text.  
See Also