SalQuickToolTipComboBox

PPJ.Runtime.Windows.QO.SalQuickToolTipComboBox

Namespace: PPJ.Runtime.Windows.QO

Assembly: PPJ.Runtime.49 (4.9.0.0)

ComboBox with tool tip support

public class SalQuickToolTipComboBox : SalComboBox

Constructors

SalQuickToolTipComboBox()

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.

Parameter
Type
Description

Returns: SalBoolean.

DeleteTool(hWnd)

Multiple Inheritance: Wrapper function.

Parameter
Type
Description

Returns: SalBoolean.

DeleteTool()

Multiple Inheritance: Wrapper function.

Returns: SalBoolean.

GetStatusText(hWnd)

Multiple Inheritance: Wrapper function.

Parameter
Type
Description

Returns: SalString.

GetStatusText()

Multiple Inheritance: Wrapper function.

Returns: SalString.

GetTipText(hWnd)

Multiple Inheritance: Wrapper function.

Parameter
Type
Description

Returns: SalString.

GetTipText()

Multiple Inheritance: Wrapper function.

Returns: SalString.

IsTool(hWnd)

Multiple Inheritance: Wrapper function.

Parameter
Type
Description

Returns: SalBoolean.

IsTool()

Multiple Inheritance: Wrapper function.

Returns: SalBoolean.

SetStatusText(hWnd, sText)

Multiple Inheritance: Wrapper function.

Parameter
Type
Description

Returns: SalBoolean.

SetStatusText(sText)

Multiple Inheritance: Wrapper function.

Parameter
Type
Description

Returns: SalBoolean.

SetTipText(hWnd, sText)

Multiple Inheritance: Wrapper function.

Parameter
Type
Description

Returns: SalBoolean.

SetTipText(sText)

Multiple Inheritance: Wrapper function.

Parameter
Type
Description

Returns: SalBoolean.

Implements

Name
Description

All SAL controls implement this interface.

SAL Editable controls implement this interface

SAL List controls implement this interface.

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

Last updated