SalQuickToolTipTableWindow
Namespace: PPJ.Runtime.Windows.QO
Assembly: PPJ.Runtime.49 (4.9.0.0)
Pushbutton with tool tip support
- C#
- VB.NET
public class SalQuickToolTipTableWindow : SalFormTableWindow
Public Class SalQuickToolTipTableWindow
Inherits SalFormTableWindow
Constructors
SalQuickToolTipTableWindow()
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 | SalWindowHandle | |
| sTip | SalString | |
| sStatus | SalString |
Returns: SalBoolean.
DeleteTool(hWnd)
Multiple Inheritance: Wrapper function.
| Parameter | Type | Description |
|---|---|---|
| hWnd | SalWindowHandle |
Returns: SalBoolean.
DeleteTool()
Multiple Inheritance: Wrapper function.
Returns: SalBoolean.
GetStatusText(hWnd)
Multiple Inheritance: Wrapper function.
| Parameter | Type | Description |
|---|---|---|
| hWnd | SalWindowHandle |
Returns: SalString.
GetStatusText()
Multiple Inheritance: Wrapper function.
Returns: SalString.
GetTipText(hWnd)
Multiple Inheritance: Wrapper function.
| Parameter | Type | Description |
|---|---|---|
| hWnd | SalWindowHandle |
Returns: SalString.
GetTipText()
Multiple Inheritance: Wrapper function.
Returns: SalString.
IsTool(hWnd)
Multiple Inheritance: Wrapper function.
| Parameter | Type | Description |
|---|---|---|
| hWnd | SalWindowHandle |
Returns: SalBoolean.
IsTool()
Multiple Inheritance: Wrapper function.
Returns: SalBoolean.
SetStatusText(hWnd, sText)
Multiple Inheritance: Wrapper function.
| Parameter | Type | Description |
|---|---|---|
| hWnd | SalWindowHandle | |
| sText | SalString |
Returns: SalBoolean.
SetStatusText(sText)
Multiple Inheritance: Wrapper function.
| Parameter | Type | Description |
|---|---|---|
| sText | SalString |
Returns: SalBoolean.
SetTipText(hWnd, sText)
Multiple Inheritance: Wrapper function.
| Parameter | Type | Description |
|---|---|---|
| hWnd | SalWindowHandle | |
| sText | SalString |
Returns: SalBoolean.
SetTipText(sText)
Multiple Inheritance: Wrapper function.
| Parameter | Type | Description |
|---|---|---|
| sText | SalString |
Returns: SalBoolean.
Implements
| Name | Description |
|---|---|
| ISalWindow | All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface. |