Click or drag to resize

MainWindow fields

The MainWindow Type exposes the following members.

Fields
 NameDescription of the
Public FieldIsRelocating Indicates that the main window is currently changing its location and therefore cannot yet report the correct end position to the checker and worker. Is used in App.cs to react to the first positioning when the application is started. of the main window before an autostart is performed.
Public FieldStatic MemberSaveWindowAspectsAndCallViewModelLogicCommand Calls the local routine "SaveWindowAspectsAndCallViewModelLogic". This saves the current window display parameters in an instance of "WindowAspects" and then passes "WindowAspects" as a call parameter to the ViewModel routine "SaveTreeState", which in turn saves the WindowAspects together with tree-relevant parameters.
Back to the top
See also