Enables you to indicate whether or not the Display Manager should be horizontally and vertically resizable by dragging the window's borders when in windowed mode (i.e. when the DispMgrFullScreen variable is set to 0).
If set to 0 (false), the Display Manager will not be resizable by dragging its borders horizontally or vertically (if a Windows title bar has been configured for this application by setting the DispMgrFullScreen variable to 0) (default).
If set to 1 (true), the Display Manager will be resizable by dragging its borders horizontally or vertically (if a Windows title bar has been configured for this application by setting the DispMgrFullScreen variable to 0).
Related Variables: The DispMgrFullScreen variable must be set to 0 (i.e. the Display Manager must be configured to display a Windows title bar) in order for DispMgrResizable to take effect. The DispMgrHeight, DispMgrWidth, BrowserHeight, and BrowserWidth variables will apply to the Display Manager only until the window has been resized by dragging its borders, after which the Display Manager will retain the newly adjusted size. If DispMgrMinMaxDisabled is set to 1, the Display Manager will not feature Windows minimum and maximize buttons, however, the window will be resizable by dragging its borders.
Default: DispMgrResizable = 0