Controls when the model compiler browser is shown.
| C# | Visual Basic | Visual C++ |
public enum BrowserMode
Public Enumeration BrowserMode
public enum class BrowserMode
| Member | Description |
|---|---|
| Never |
Never show the browser
|
| OnError |
Show the browser only if an error occurs in compiling the model
|
| Always |
Always show the browser
|