Skip to main content

SalToolTipManager

Namespace: PPJ.Runtime.Windows.QO

Assembly: PPJ.Runtime.49 (4.9.0.0)

Class for managing tool tips.

public class SalToolTipManager : SalFunctionalClass

Constructors

Instance memberSalToolTipManager()

Default constructor.

Instance memberSalToolTipManager(derived)

Multiple inheritance constructor.

NameTypeDescription
derivedObject

Properties

Static memberToolTip

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

Methods

Instance memberAddTool(ctrl, sTip, sStatus)

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

ParameterTypeDescription
ctrlControlTarget control on which to execute the call.
sTipSalString
sStatusSalString

Returns: SalBoolean.

Instance memberAddTool(ctrl, sTip, sStatus, bTracking)

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

ParameterTypeDescription
ctrlControlTarget control on which to execute the call.
sTipSalString
sStatusSalString
bTrackingSalBoolean

Returns: SalBoolean.

Instance memberAddToolEx(ctrl, sTip, sStatus, bTracking, nMessage)

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

ParameterTypeDescription
ctrlControlTarget control on which to execute the call.
sTipSalString
sStatusSalString
bTrackingSalBoolean
nMessageSalNumber

Returns: SalBoolean.

Instance memberDeleteTool(ctrl)

Stop displaying a control tip for a window

ParameterTypeDescription
ctrlControlTarget control on which to execute the call.

Returns: SalBoolean.

Instance memberGetStatusText(ctrl)

Get the status text defined for a control.

ParameterTypeDescription
ctrlControlTarget control on which to execute the call.

Returns: SalString.

Instance memberGetTipText(ctrl)

Get the tip text defined for a control.

ParameterTypeDescription
ctrlControlTarget control on which to execute the call.

Returns: SalString.

Instance memberIsTool(ctrl)

Indicate whether this window has been added as a control.

ParameterTypeDescription
ctrlControlTarget control on which to execute the call.

Returns: SalBoolean.

Instance memberSetStatusText(ctrl, sText)

Change the text displayed on the status bar

ParameterTypeDescription
ctrlControlTarget control on which to execute the call.
sTextSalString

Returns: SalBoolean.

Instance memberSetTipText(ctrl, sText)

Change the text displayed as a tip.

ParameterTypeDescription
ctrlControlTarget control on which to execute the call.
sTextSalString

Returns: SalBoolean.