Click or drag to resize

MainWindow constructor

Constructor of the main window.

Namespace: Vishnu.WPF_UI
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public MainWindow(
	
	bool startWithJobs,
	
	bool sizeOnVirtualScreen,
	
	WindowAspects? mainWindowStartAspects
)

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