Skip to main content

SalQuickToolTipRadioButton

Namespace: PPJ.Runtime.Windows.QO

Assembly: PPJ.Runtime.49 (4.9.0.0)

Pushbutton with tool tip support

public class SalQuickToolTipRadioButton : SalRadioButton

Constructors

Instance memberSalQuickToolTipRadioButton()

Default Constructor.

Properties

Instance memberTooltipStatus

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

Instance memberTooltipText

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

Methods

Instance memberAddTool(hWnd, sTip, sStatus)

Multiple Inheritance: Wrapper function.

ParameterTypeDescription
hWndSalWindowHandle
sTipSalString
sStatusSalString

Returns: SalBoolean.

Instance memberDeleteTool(hWnd)

Multiple Inheritance: Wrapper function.

ParameterTypeDescription
hWndSalWindowHandle

Returns: SalBoolean.

Instance memberDeleteTool()

Multiple Inheritance: Wrapper function.

Returns: SalBoolean.

Instance memberGetStatusText(hWnd)

Multiple Inheritance: Wrapper function.

ParameterTypeDescription
hWndSalWindowHandle

Returns: SalString.

Instance memberGetStatusText()

Multiple Inheritance: Wrapper function.

Returns: SalString.

Instance memberGetTipText(hWnd)

Multiple Inheritance: Wrapper function.

ParameterTypeDescription
hWndSalWindowHandle

Returns: SalString.

Instance memberGetTipText()

Multiple Inheritance: Wrapper function.

Returns: SalString.

Instance memberIsTool(hWnd)

Multiple Inheritance: Wrapper function.

ParameterTypeDescription
hWndSalWindowHandle

Returns: SalBoolean.

Instance memberIsTool()

Multiple Inheritance: Wrapper function.

Returns: SalBoolean.

Instance memberSetStatusText(hWnd, sText)

Multiple Inheritance: Wrapper function.

ParameterTypeDescription
hWndSalWindowHandle
sTextSalString

Returns: SalBoolean.

Instance memberSetStatusText(sText)

Multiple Inheritance: Wrapper function.

ParameterTypeDescription
sTextSalString

Returns: SalBoolean.

Instance memberSetTipText(hWnd, sText)

Multiple Inheritance: Wrapper function.

ParameterTypeDescription
hWndSalWindowHandle
sTextSalString

Returns: SalBoolean.

Instance memberSetTipText(sText)

Multiple Inheritance: Wrapper function.

ParameterTypeDescription
sTextSalString

Returns: SalBoolean.

Implements

NameDescription
ISalControlAll SAL controls implement this interface.
ISalRadioButtonSAL Controls that behave like a radio button implement this interface.
ISalWindowAll Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface.