Version

UltraToolTipManager Class Members

The following tables list the members exposed by UltraToolTipManager.

Public Constructors
 NameDescription
Public ConstructorUltraToolTipManager ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAppearanceThe Appearance of the Tooltips.  
Public PropertyAutoPopDelayGets / sets the length of time (in milliseconds) that the tooltip will display before automatically closing.  
Public PropertyComponentRoleReturns the Infragistics.Win.AppStyling.ComponentRole that the control uses to provide its style information. (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyDisplayStyleDetermines in what style tooltips are displayed (standard or balloontip).  
Public PropertyDisplayStyleResolvedResolved display style.  
Public PropertyEnabledGets / sets whether tooltips are displayed by the component.  
Public PropertyInitialDelayGets / sets the initial delay (in milliseconds) before the tooltip is displayed.  
Public PropertySiteOverridden. The component's site (set at design time only).  
Public PropertyStyleLibraryNameReturns or sets the name of the styleset library in the Infragistics.Win.AppStyling.StyleManager that should be used by the control. (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyStyleSetNameReturns or sets the name of the styleset in the Infragistics.Win.AppStyling.StyleManager that should be used by the control. (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyTextRenderingModeSpecifies the text rendering mode that will be used by this control.  
Public PropertyToolTipImageGets / sets an enumerated value that determines which image (if any) to display in the tooltip title.  
Public PropertyToolTipTextStyleDetermines whether the tooltip the tooltip text should be formatted.  
Public PropertyToolTipTitleGets / sets the title to display on the tooltip.  
Public PropertyToolTipTitleAppearanceThe Appearance of the tooltip title.  
Public PropertyUseAppStylingReturns or sets whether the component should use application styling. (Inherited from Infragistics.Win.UltraStylableComponent)
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEventsReturns the list of event handlers that are attached to this component. (Inherited from Infragistics.Win.UltraComponentBase)
Protected PropertySubObjectPropChangeHandlerReturns the event handler that notifies OnSubObjectPropChanged  
Public Methods
 NameDescription
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 MethodDisposeOverloaded. Overridden. Invoked when the component must release the resources it is using.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetResolvedToolTipAppearanceGets the resolved appearance of a ToolTip for the specified control  
Public MethodGetResolvedToolTipTitleAppearanceGets the resolved appearance of a ToolTip Title for the specified control  
Public MethodGetUltraToolTipGets a ToolTipInfo object for the specified control.  
Public MethodHideToolTipHides the currently displayed tooltip, if there is one.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodIsToolTipVisibleOverloaded. Gets the value which determines whether a tool tip is currently visible for the tool tip manager.  
Public MethodResetAppearanceResets the Appearance property to its default value.  
Public MethodResetToolTipTitleAppearanceResets the ToolTipTitleAppearance property to its default value.  
Public MethodSetUltraToolTipSets the ToolTipInfo object for the specified control.  
Public MethodShowToolTipOverloaded. Shows the UltraToolTip for the specified control.  
Public MethodToString (Inherited from System.ComponentModel.Component)
Protected Methods
 NameDescription
Protected MethodCreateComponentRoleOverridden. Overridden. Factory method used to create the component role that provides the style information for the component.  
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyPropChangeOverloaded. Notifies any listeners when the state of an object has changed (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnPropertyChangedOverridden. Invokes the PropertyChanged event. This event is fired to notify listeners of a property changes on the component or a subobject.  
Protected MethodOnSubObjectPropChangedInvoked when a property has changed on a sub object  
Public Events
 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventPropertyChangedFired after a property has changed. (Inherited from Infragistics.Win.UltraComponentBase)
See Also