SalMDIWindow
PPJ.Runtime.Windows.SalMDIWindow
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.49 (4.9.0.0)
Top level MDI window implementation.
public class SalMDIWindow : SalForm
Constructors
SalMDIWindow()

Constructs a SalMDIWindow object.
Properties
Icon

Icon: Overrides the default Image property.
TabbedMdi

TabbedMdiManager: The tabbed Mdi manager component.
Methods
MDIArrangeIcons()

Arranges minimized child window icons in an MDI window.
Returns: SalBoolean.
MDICascade()

Cascades all non-iconized child windows of an MDI window.
Returns: SalBoolean.
MDITile(bPosition)

Tiles all non-iconized child windows of an MDI window. Windows that are not sizable will not be tiled.
Parameter
Type
Description
Returns: SalBoolean.
Implements
Name
Description
All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface.
Last updated