Skip to main content

SalFormWindow

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.49 (4.9.0.0)

Top level form window implementation.

public class SalFormWindow : SalForm

Constructors

Instance memberSalFormWindow()

Constructor

Properties

Instance memberIcon

Icon: Overrides the default Image property.

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.
SalQuickTabsFormForm 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.
SalQuickTabsParentDefines late bound functions in QuickTabs parent Form or Dialog Box that will be called when an event occurs in the tab control.
SalQuickTabsParentDialogSpecializes 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.
SalQuickTabsParentFormSpecializes 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.
VisSplitterWindow

Implements

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