SalToolTipManager

PPJ.Runtime.Windows.QO.SalToolTipManager

Namespace: PPJ.Runtime.Windows.QO

Assembly: PPJ.Runtime.49 (4.9.0.0)

Class for managing tool tips.

public class SalToolTipManager : SalFunctionalClass

Constructors

Default constructor.

Multiple inheritance constructor.

NameTypeDescription

derived

Properties

ToolTip: Returns the single tool tips instance used by SalToolTipManager.

Methods

Associate a tip with a control. The control can be any type of window.

ParameterTypeDescription

ctrl

Target control on which to execute the call.

sTip

sStatus

Returns: SalBoolean.

Associate a tip with a control. The control can be any type of window.

ParameterTypeDescription

ctrl

Target control on which to execute the call.

sTip

sStatus

bTracking

Returns: SalBoolean.

Associate a tip with a control. The control can be any type of window.

ParameterTypeDescription

ctrl

Target control on which to execute the call.

sTip

sStatus

bTracking

nMessage

Returns: SalBoolean.

Stop displaying a control tip for a window

ParameterTypeDescription

ctrl

Target control on which to execute the call.

Returns: SalBoolean.

Get the status text defined for a control.

ParameterTypeDescription

ctrl

Target control on which to execute the call.

Returns: SalString.

Get the tip text defined for a control.

ParameterTypeDescription

ctrl

Target control on which to execute the call.

Returns: SalString.

Indicate whether this window has been added as a control.

ParameterTypeDescription

ctrl

Target control on which to execute the call.

Returns: SalBoolean.

Change the text displayed on the status bar

ParameterTypeDescription

ctrl

Target control on which to execute the call.

sText

Returns: SalBoolean.

Change the text displayed as a tip.

ParameterTypeDescription

ctrl

Target control on which to execute the call.

sText

Returns: SalBoolean.

Last updated