Skip to main content
Version: 2023

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.

public class SalQuickTabsParentDialog : SalQuickTabsParent

Constructors

Instance memberSalQuickTabsParentDialog()

Constructs the class to be a dialog box.

Inherited By

NameDescription
SalQuickTabsDialogDialog Box window parent of a tab frame. This class allows editing of the properties of child windows identifying their associated tab.

Implements

NameDescription
ISalWindowAll Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface.