SalQuickTabsParentDialog
Namespace: PPJ.Runtime.Windows.QO
Assembly: PPJ.Web.49 (4.9.0.0)
Specializes the generic SalQuickTabsParent class into a dialog box implementation. This class should be used when the ported code extends cQuickTabsParent directly. Using this class avoids the creation of multiple inheritance constructs.
- C#
- VB.NET
public class SalQuickTabsParentDialog : SalQuickTabsParent
Public Class SalQuickTabsParentDialog
Inherits SalQuickTabsParent
Constructors
SalQuickTabsParentDialog()
Constructs the class to be a dialog box.
Inherited By
| Name | Description |
|---|---|
| SalQuickTabsDialog | Dialog Box window parent of a tab frame. This class allows editing of the properties of child windows identifying their associated tab. |
Implements
| Name | Description |
|---|---|
| ISalWindow | All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface. |