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
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.
Parameter | Type | Description |
---|---|---|
hWnd | ||
sTip | ||
sStatus |
Returns: SalBoolean.
DeleteTool(hWnd)
Multiple Inheritance: Wrapper function.
Parameter | Type | Description |
---|---|---|
hWnd |
Returns: SalBoolean.
DeleteTool()
Multiple Inheritance: Wrapper function.
Returns: SalBoolean.
GetStatusText(hWnd)
Multiple Inheritance: Wrapper function.
Parameter | Type | Description |
---|---|---|
hWnd |
Returns: SalString.
GetStatusText()
Multiple Inheritance: Wrapper function.
Returns: SalString.
GetTipText(hWnd)
Multiple Inheritance: Wrapper function.
Parameter | Type | Description |
---|---|---|
hWnd |
Returns: SalString.
GetTipText()
Multiple Inheritance: Wrapper function.
Returns: SalString.
IsTool(hWnd)
Multiple Inheritance: Wrapper function.
Parameter | Type | Description |
---|---|---|
hWnd |
Returns: SalBoolean.
IsTool()
Multiple Inheritance: Wrapper function.
Returns: SalBoolean.
SetStatusText(hWnd, sText)
Multiple Inheritance: Wrapper function.
Parameter | Type | Description |
---|---|---|
hWnd | ||
sText |
Returns: SalBoolean.
SetStatusText(sText)
Multiple Inheritance: Wrapper function.
Parameter | Type | Description |
---|---|---|
sText |
Returns: SalBoolean.
SetTipText(hWnd, sText)
Multiple Inheritance: Wrapper function.
Parameter | Type | Description |
---|---|---|
hWnd | ||
sText |
Returns: SalBoolean.
SetTipText(sText)
Multiple Inheritance: Wrapper function.
Parameter | Type | Description |
---|---|---|
sText |
Returns: SalBoolean.
Implements
Name | Description |
---|---|
All SAL controls implement this interface. | |
All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface. |
Last updated