MDISTYLE

Determines how tabs are displayed for drawings in the progeCAD window. When MDI (Multiple Document Interface) tabs are turned on, each drawing displays as its own tab in the progeCAD window.

MDISTYLE is a bit code and can be 0 or the sum of any of the following values:

0 = Disables MDI tabs feature.
16 = Shows a Close button, or [X] button, for the active tab.
32 = Shows file icons for each tab.
64 = Shows each tab in its own color.
128 = Shows a menu (a down arrow) on the right side of the tabs area that lists currently open files.
4096 = Positions tabs at the top of drawings (otherwise tabs are positioned at the bottom of drawings).
1 = Tabs display in Windows 2000 Style.
65537 = Tabs display in Office XP Style.
131073 = Tabs display in Windows XP Style.
196609 = Tabs display in Windows 7 Style.
262145 = Tabs display in Office 2003 Style.
327681 = Tabs display in Visual Studio 2005 Style.
393217 = Tabs display in Visual Studio 2008 Style.

Type:     Integer

Saved:     In the registry

Range:     0 or the sum of any of the valid values

Default:     331921