 | MainWindow constructor |
Constructor of the main window.
Namespace: Vishnu.WPF_UIAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic MainWindow(
bool startWithJobs,
bool sizeOnVirtualScreen,
WindowAspects? mainWindowStartAspects
)
Public Sub New (
startWithJobs As Boolean,
sizeOnVirtualScreen As Boolean,
mainWindowStartAspects As WindowAspects
)
public:
MainWindow(
bool startWithJobs,
bool sizeOnVirtualScreen,
WindowAspects^ mainWindowStartAspects
)
new :
startWithJobs : bool *
sizeOnVirtualScreen : bool *
mainWindowStartAspects : WindowAspects -> MainWindow
Parameters
- startWithJobs Boolean
- If true, the jobs view is started, otherwise the tree view (default: false).
- sizeOnVirtualScreen Boolean
- Disabled parameter! If true, scaling takes place across several screens, otherwise on one screen (currently: always true!).
- mainWindowStartAspects WindowAspects
- Any previously saved display properties of the Vishnu MainWindow or defaults.
See also