# ISalWindow

Namespace: **PPJ.Runtime.Windows**

Assembly: **PPJ.Runtime.49** (4.9.0.0)

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

{% tabs %}
{% tab title="C#" %}

```csharp
public interface ISalWindow
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Interface ISalWindow
```

{% endtab %}
{% endtabs %}

## Properties

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Derived

[Object](https://docs.microsoft.com/en-us/dotnet/api/system.object): Returns the instance that inherits this object as a second base class.

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)NamedProperties

[SalNamedProperties](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow): Returns the NamedProperties collection.

## Methods

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)AttachMessageActions(target)

Attaches all the handlers attached to the MessageActions event to the target's MessageActions event.

| Parameter  | Type                                                                                                       | Description |
| ---------- | ---------------------------------------------------------------------------------------------------------- | ----------- |
| **target** | [ISalWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow) |             |

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)DefaultWndProc(m)

| Parameter | Type                                                                                  | Description |
| --------- | ------------------------------------------------------------------------------------- | ----------- |
| **m**     | [Message&](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.message&) |             |

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)GetSalWindowImpl()

Returns the implementation object.

**Returns:** [SalWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow).

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)GetWindowType()

Returns the windows' type.

**Returns:** [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32). One of the TYPE\_\* constants.

## Events

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)WindowActions

[WindowActionsEventHandler](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow) Fired for all SAM and custom events coming from the original application. Replaces the MessageActions event.

## Implemented By

| Name                                                                                                                          | Description                                                                                                                                                                                                                                                    |
| ----------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [SalNavigationBar](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)              | Navigation Bar control (TD 6)                                                                                                                                                                                                                                  |
| [SalTreeControl](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                | TreeView implementation.                                                                                                                                                                                                                                       |
| [SalActiveX](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                    | ActiveX implementation.                                                                                                                                                                                                                                        |
| [SalBackgroundText](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)             | BackgroundText implementation.                                                                                                                                                                                                                                 |
| [SalCheckBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                   | CheckBox implementation.                                                                                                                                                                                                                                       |
| [SalComboBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                   | ComboBox implementation.                                                                                                                                                                                                                                       |
| [SalCustomControl](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)              | CustomControl implementation.                                                                                                                                                                                                                                  |
| [SalDataField](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                  | DataField implementation.                                                                                                                                                                                                                                      |
| [SalFrame](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                      | Frame control implementation.                                                                                                                                                                                                                                  |
| [SalGeneralWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)              | General Window class. This class simply holds a list of MessageActions handlers.                                                                                                                                                                               |
| [SalGroupBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                   | GroupBox implementation.                                                                                                                                                                                                                                       |
| [SalHorizontalScrollBar](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)        | Horizontal scrollbar implementation. This derived class adjusts the Maximum property by adding LargeChange to allow the scroll thumb to reach the end of the range. See <http://msdn.microsoft.com/en-us/library/system.windows.forms.scrollbar.maximum.aspx>. |
| [SalLine](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                       | Line control implementation.                                                                                                                                                                                                                                   |
| [SalListBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                    | ListBox implementation.                                                                                                                                                                                                                                        |
| [SalRibbonBarMDI](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)               | Top level MDI form with ribbon.                                                                                                                                                                                                                                |
| [SalRibbonBarBase](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)              | Base class for all RibbonBar forms.                                                                                                                                                                                                                            |
| [SalRibbonBarForm](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)              | Top level form with ribbon.                                                                                                                                                                                                                                    |
| [SalMultilineField](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)             | MultilineField implementation.                                                                                                                                                                                                                                 |
| [SalOptionButton](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)               | Represents a button that the user can toggle on or off and can work in conjunction with other [SalOptionButton](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow) controls.                                        |
| [SalPicture](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                    | Picture implementation.                                                                                                                                                                                                                                        |
| [SalPushbutton](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                 | An object that you can click (or double-click) to create an event and invoke some action.                                                                                                                                                                      |
| [SalRadioButton](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                | RadioButton implementation.                                                                                                                                                                                                                                    |
| [SalUserControl](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                | UserControl adapted to support the PPJ Framework.                                                                                                                                                                                                              |
| [SalVerticalScrollBar](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)          | VerticalScrollBar implementation. This derived class adjusts the Maximum property by adding LargeChange to allow the scroll thumb to reach the end of the range. See <http://msdn.microsoft.com/en-us/library/system.windows.forms.scrollbar.maximum.aspx>.    |
| [SalDialogBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                  | Summary description for SalDialogBox.                                                                                                                                                                                                                          |
| [SalForm](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                       | Base class for Sal forms.                                                                                                                                                                                                                                      |
| [SalFormClientArea](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)             | Replicates SAL form's client area when accessories are enabled.                                                                                                                                                                                                |
| [SalFormTableWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)            | Top level table window implementation.                                                                                                                                                                                                                         |
| [SalFormToolBar](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                | Replicates Team Developer's fixed toolbar.                                                                                                                                                                                                                     |
| [SalFormWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                 | Top level form window implementation.                                                                                                                                                                                                                          |
| [SalMDIWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                  | Top level MDI window implementation.                                                                                                                                                                                                                           |
| [SalTableColumn](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                | Summary description for SalTableColumn.                                                                                                                                                                                                                        |
| [SalTableWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                | Table Window Control                                                                                                                                                                                                                                           |
| [SalQuickFTP](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                   | FTP Control.                                                                                                                                                                                                                                                   |
| [SalQuickHTTP](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                  | HTTP Control                                                                                                                                                                                                                                                   |
| [SalQuickTabs](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                  | Tab frame window class. Instances of this class should be created as children of SalQuickTabsForm objects or SalQuickTabsDialog objects.                                                                                                                       |
| [SalQuickTabsDialog](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)            | Dialog Box window parent of a tab frame. This class allows editing of the properties of child windows identifying their associated tab.                                                                                                                        |
| [SalQuickTabsForm](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)              | 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.                                                      |
| [SalQuickTabsParent](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)            | Defines late bound functions in QuickTabs parent Form or Dialog Box that will be called when an event occurs in the tab control.                                                                                                                               |
| [SalQuickTabsParentDialog](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)      | 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.                  |
| [SalQuickTabsParentForm](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)        | 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.                        |
| [SalQuickToolTipCheckBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)       | Check box with tool tip support                                                                                                                                                                                                                                |
| [SalQuickToolTipChildTable](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)     | Child table window with tool tip support                                                                                                                                                                                                                       |
| [SalQuickToolTipComboBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)       | ComboBox with tool tip support                                                                                                                                                                                                                                 |
| [SalQuickToolTipDataField](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)      | Data field with tool tip support                                                                                                                                                                                                                               |
| [SalQuickToolTipHScrollBar](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)     | Horizontal scroll bar with tool tip support                                                                                                                                                                                                                    |
| [SalQuickToolTipListBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)        | List box with tool tip support                                                                                                                                                                                                                                 |
| [SalQuickToolTipMultilineField](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow) | Multi line field with tool tip support                                                                                                                                                                                                                         |
| [SalQuickToolTipOptionButton](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)   | Option check button with tool tip support                                                                                                                                                                                                                      |
| [SalQuickToolTipPicture](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)        | Picture with tool tip support                                                                                                                                                                                                                                  |
| [SalQuickToolTipPushButton](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)     | Pushbutton with tool tip support                                                                                                                                                                                                                               |
| [SalQuickToolTipRadioButton](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)    | Pushbutton with tool tip support                                                                                                                                                                                                                               |
| [SalQuickToolTipTableWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)    | Pushbutton with tool tip support                                                                                                                                                                                                                               |
| [SalQuickToolTipVScrollBar](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)     | Pushbutton with tool tip support                                                                                                                                                                                                                               |
| [SalQuickHTML](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                  | Web Browser Control.                                                                                                                                                                                                                                           |
| [VisCalendar](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                   |                                                                                                                                                                                                                                                                |
| [VisCalendarDropDown](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)           |                                                                                                                                                                                                                                                                |
| [VisColorComboBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)              |                                                                                                                                                                                                                                                                |
| [VisColorListBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)               |                                                                                                                                                                                                                                                                |
| [VisColorPalette](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)               |                                                                                                                                                                                                                                                                |
| [VisColorPaletteBase](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)           |                                                                                                                                                                                                                                                                |
| [VisColorPaletteDropDown](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)       |                                                                                                                                                                                                                                                                |
| [VisComboBoxBase](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)               |                                                                                                                                                                                                                                                                |
| [VisDesktopListBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)             |                                                                                                                                                                                                                                                                |
| [VisDirListBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                 |                                                                                                                                                                                                                                                                |
| [VisDirTreeListBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)             |                                                                                                                                                                                                                                                                |
| [VisDriveListBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)               |                                                                                                                                                                                                                                                                |
| [VisDropDownBase](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)               |                                                                                                                                                                                                                                                                |
| [VisFileListBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                |                                                                                                                                                                                                                                                                |
| [VisFontComboBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)               |                                                                                                                                                                                                                                                                |
| [VisFontListBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                |                                                                                                                                                                                                                                                                |
| [VisFontNameComboBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)           |                                                                                                                                                                                                                                                                |
| [VisFontNameListBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)            |                                                                                                                                                                                                                                                                |
| [VisListBoxBase](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                |                                                                                                                                                                                                                                                                |
| [VisListBoxExtension](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)           |                                                                                                                                                                                                                                                                |
| [VisListView](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                   |                                                                                                                                                                                                                                                                |
| [VisListViewDropDown](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)           |                                                                                                                                                                                                                                                                |
| [VisMeter](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                      |                                                                                                                                                                                                                                                                |
| [VisOutlineComboBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)            |                                                                                                                                                                                                                                                                |
| [VisOutlineListBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)             |                                                                                                                                                                                                                                                                |
| [VisPictureComboBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)            |                                                                                                                                                                                                                                                                |
| [VisPictureListBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)             |                                                                                                                                                                                                                                                                |
| [VisRadioListBox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)               |                                                                                                                                                                                                                                                                |
| [VisRichEdit](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                   |                                                                                                                                                                                                                                                                |
| [VisSpinField](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                  |                                                                                                                                                                                                                                                                |
| [VisSplitter](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                   |                                                                                                                                                                                                                                                                |
| [VisSplitterWindow](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)             |                                                                                                                                                                                                                                                                |
| [XSalFlatButton](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                |                                                                                                                                                                                                                                                                |
| [XSalHSplitter](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                 |                                                                                                                                                                                                                                                                |
| [XSalSeparator](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                 |                                                                                                                                                                                                                                                                |
| [XSalSeparatorDoubleRaised](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)     |                                                                                                                                                                                                                                                                |
| [XSalSeparatorEtched](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)           |                                                                                                                                                                                                                                                                |
| [XSalSeparatorInvisible](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)        |                                                                                                                                                                                                                                                                |
| [XSalSeparatorSingleRaised](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)     |                                                                                                                                                                                                                                                                |
| [XSalSplitter](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                  |                                                                                                                                                                                                                                                                |
| [XSalToolbox](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                   |                                                                                                                                                                                                                                                                |
| [XSalVSplitter](https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.windows.isalwindow)                 |                                                                                                                                                                                                                                                                |
