SalQuickTabsParentForm

PPJ.Runtime.Windows.QO.SalQuickTabsParentForm

Namespace: PPJ.Runtime.Windows.QO

Assembly: PPJ.Web.49 (4.9.0.0)

Specializes the generic SalQuickTabsParent class into a form 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 SalQuickTabsParentForm : SalQuickTabsParent

Constructors

SalQuickTabsParentForm()

Inherited By

Name
Description

Form window with a tab frame. In addition to containing a built in tab frame. This class also has the smarts to manage other child windows on the form so that they can be associated with specific tabs.

Implements

Name
Description

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

Last updated