Visual Studio
/mdi

Loads the integrated development environment (IDE) in multiple-document interface (MDI) mode.

devenv /mdi

Remarks

Loads the integrated development environment in MDI mode. Visual Studio remains in MDI mode until you change it and restart the IDE.

Example

This example launches the integrated development environment with 10-pt Arial font in MDI mode.

devenv /fn Arial /fs 10 /mdi

See Also

Devenv Command Line Switches | General, Environment, Options Dialog Box | Window Management

Page view tracker