SalQuickToolTipChildTable

PPJ.Runtime.Windows.QO.SalQuickToolTipChildTable

Namespace: PPJ.Runtime.Windows.QO

Assembly: PPJ.Runtime.49 (4.9.0.0)

Child table window with tool tip support

public class SalQuickToolTipChildTable : SalTableWindow

Constructors

SalQuickToolTipChildTable()

Default Constructor.

Properties

TooltipStatus

String: Multiple Inheritance: Wrapper property. (Default: "")

TooltipText

String: Multiple Inheritance: Wrapper property. (Default: "")

Methods

AddTool(hWnd, sTip, sStatus)

Multiple Inheritance: Wrapper function.

ParameterTypeDescription

hWnd

sTip

sStatus

Returns: SalBoolean.

DeleteTool(hWnd)

Multiple Inheritance: Wrapper function.

ParameterTypeDescription

hWnd

Returns: SalBoolean.

DeleteTool()

Multiple Inheritance: Wrapper function.

Returns: SalBoolean.

GetStatusText(hWnd)

Multiple Inheritance: Wrapper function.

ParameterTypeDescription

hWnd

Returns: SalString.

GetStatusText()

Multiple Inheritance: Wrapper function.

Returns: SalString.

GetTipText(hWnd)

Multiple Inheritance: Wrapper function.

ParameterTypeDescription

hWnd

Returns: SalString.

GetTipText()

Multiple Inheritance: Wrapper function.

Returns: SalString.

IsTool(hWnd)

Multiple Inheritance: Wrapper function.

ParameterTypeDescription

hWnd

Returns: SalBoolean.

IsTool()

Multiple Inheritance: Wrapper function.

Returns: SalBoolean.

SetStatusText(hWnd, sText)

Multiple Inheritance: Wrapper function.

ParameterTypeDescription

hWnd

sText

Returns: SalBoolean.

SetStatusText(sText)

Multiple Inheritance: Wrapper function.

ParameterTypeDescription

sText

Returns: SalBoolean.

SetTipText(hWnd, sText)

Multiple Inheritance: Wrapper function.

ParameterTypeDescription

hWnd

sText

Returns: SalBoolean.

SetTipText(sText)

Multiple Inheritance: Wrapper function.

ParameterTypeDescription

sText

Returns: SalBoolean.

Implements

NameDescription

All SAL controls implement this interface.

All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface.

Last updated