Version

ToolTip Class Properties

For a list of all members of this type, see ToolTip members.

Public Properties
 NameDescription
Public PropertyAutoPopDelayamount of time in milliseconds that the tool tip window stays visible before disappearing. Set it to 0 to disable auto pop.  
Public PropertyBackColorGets/sets the BackColor of the tooltip  
Public PropertyBorderColorGets/sets the BorderColor of the tooltip  
Public PropertyBorderStyleReturns/sets the border style used to draw the tooltip.  
Public PropertyBottomMarginbottom margin between tool tip windows' border and the tool tip text  
Public PropertyControlreturns the control that this tool tip is implemented with  
Public PropertyCustomToolTipImageImage displayed when ToolTipImage is set to ToolTipImage.Custom.  
Public PropertyDisplayShadowDetermines if a drop shadow is displayed beneath the tooltip when available.  
Public PropertyDisplayStyleSets the display style of the tooltip. Default is resolved to Standard.  
Public PropertyDisplayStyleResolvedResolved display style.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyFontReturns/sets the font used to draw the tooltip text.  
Public PropertyForeColorGets/sets the ForeColor of the tooltip  
Public PropertyInitialDelayReturns/sets the time interval (in milliseconds) before the tooltip initially appears.  
Public PropertyIsVisibleReturns true if the tool tip is currently visible.  
Public PropertyLeftMarginleft margin between tool tip windows' border and the tool tip text  
Public PropertyOpacityGets / sets the opacity of the tooltip form.  
Public PropertyOwnerGets/sets the form that owns the tooltip form  
Public PropertyOwningControlGets the owning control that was passed into the constructor  
Public PropertyRightMarginright margin between tool tip windows' border and the tool tip text  
Public Propertystatic (Shared in Visual Basic)ShowAlwaysIndicates 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.  
Public PropertyTitleFontReturns/sets the font used to draw the ToolTip Title.  
Public PropertyToolTipImageGets / sets an enumerated value that determines which image (if any) to display in the tooltip title.  
Public PropertyToolTipTextgets 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)  
Public PropertyToolTipTextStyleDetermines whether the tooltip the tooltip text should be formatted. A setting of ToolTipTextStyle.Default will resolve to ToolTipTextStyle.Raw.  
Public PropertyToolTipTitleThe title of the Balloontip. Only appears when the tooltip is a balloon tip.  
Public PropertyTopMargintop margin between tool tip windows' border and the tool tip text  
Public PropertyTopMostGets/sets whether the tooltip is a topmost window  
Public PropertyUseAppStylingReturns or sets a boolean indicating whether the tooltip should use application styling.  
See Also