SalQuickTabsDialog
Namespace: PPJ.Runtime.Windows.QO
Assembly: PPJ.Runtime.50 (5.0.0.0)
Provides a dialog with a built-in fill-docked QuickTabs frame.
- C#
- VB.NET
public class SalQuickTabsDialog : SalQuickTabsParentDialog
Public Class SalQuickTabsDialog
Inherits SalQuickTabsParentDialog
Example:
using PPJ.Runtime.Windows.QO;
var window = new SalQuickTabsDialog();
window.picTabs.TabSetup = "{Name=general;Label=General;Form=}";
Constructors
SalQuickTabsDialog()
Initializes the window and its fill-docked tab frame.
Methods
FromHandle(hWnd)
Resolves a SAL window handle to an existing SalQuickTabsDialog.
| Parameter | Type | Description |
|---|---|---|
| hWnd | SalWindowHandle | The tab-frame handle for callbacks, or the window handle to resolve. |
Returns: SalQuickTabsDialog. The matching window, or null if unresolved.
An incompatible control causes InvalidCastException.
ProcessDialogKey(keyData)
Processes tab navigation and prevents hidden tab-associated buttons from accepting Enter or Escape.
| Parameter | Type | Description |
|---|---|---|
| keyData | Keys | The key and modifier combination. |
Returns: Boolean. True if handled by the tab frame or base implementation; otherwise, false.
ProcessMnemonic(charCode)
Searches child controls in tab order for a mnemonic handler, skipping hidden tab-associated controls.
| Parameter | Type | Description |
|---|---|---|
| charCode | Char | The mnemonic character to process. |
Returns: Boolean. True when a child handles the mnemonic; otherwise, false.
Implements
| Name | Description |
|---|---|
| ISalWindow | Exposes SAL message dispatch and runtime metadata for child controls, forms, dialogs, and MDI windows. |