Version

ToolTip Class Members

The following tables list the members exposed by ToolTip.

Public Constructors
 NameDescription
Public ConstructorToolTip ConstructorOverloaded.   
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.  
Public Methods
 NameDescription
Public MethodCalcRequiredSizecalculates the size of the tool tip window required to display text assigned to ToolTipText property  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodHidehides the tool tip window  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodSetMarginSets margins around the tool tip text in the tool tip window  
Public MethodShowOverloaded. displays the tool tip at desired location. Note: it may move and resize the tool tip window to fit the tool tip text and to fit within the desktop.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden. disposes the allocated resources  
Protected MethodOnToolTipDisplayedFires the ToolTipDisplayed event.  
Public Events
 NameDescription
Public EventToolTipDisplayedFired when a tooltip is actually displayed.  
See Also