The SalToolTipManager type exposes the following members.

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.

See Also