Click or drag to resize

ApplicationSettingsMDITabbedWindows Property

Gets or sets whether the window layout is MDI tabbed windows.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract bool MDITabbedWindows { get; set; }

Property Value

Type: Boolean
True for MDI tabbed windows. False for normal MDI windows.
See Also