The SalToolTipManager type exposes the following members.

Constructors

  NameDescription
Public methodSalToolTipManager()()()()
Default constructor.
Public methodSalToolTipManager(Object)
Multiple inheritance constructor.

Methods

  NameDescription
Public methodAddTool(Control, SalString, SalString)
Associate a tip with a control. The control can be any type of window.
Public methodAddTool(Control, SalString, SalString, SalBoolean)
Associate a tip with a control. The control can be any type of window.
Public methodAddToolEx
Associate a tip with a control. The control can be any type of window.
Public methodDeleteTool
Stop displaying a control tip for a window
Public methodGetStatusText
Get the status text defined for a control.
Public methodGetTipText
Get the tip text defined for a control.
Public methodGetTypeName
Returns the name of the class.
(Inherited from SalFunctionalClass.)
Public methodIsDerivedFrom(String)
Returns true if the object is derived from the class specified.
(Inherited from SalFunctionalClass.)
Public methodIsDerivedFrom(Type)
Returns true if the object is derived from the class specified.
(Inherited from SalFunctionalClass.)
Public methodIsTool
Indicate whether this window has been added as a control.
Public methodSetStatusText
Change the text displayed on the status bar
Public methodSetTipText
Change the text displayed as a tip.

Fields

  NameDescription
Public field_derived
Instance of the derived object that inherits this class as a second base in a multiple inheritance tree.
(Inherited from SalFunctionalClass.)

Properties

  NameDescription
Public propertyStatic memberToolTip
Returns the single tooltips instance used by SalToolTipManager.

See Also