SalRibbonBarMDI
PPJ.Runtime.Windows.SalRibbonBarMDI
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.49 (4.9.0.0)
Top level MDI form with ribbon.
public class SalRibbonBarMDI : SalRibbonBarBase
Constructors
SalRibbonBarMDI()

Constructor
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