Click or drag to resize

LogicalTaskTreeViewModelSaveTreeState method

Saves the current display status of the main window (parameter) and all nodes (collapsed or expanded).

Namespace: Vishnu.ViewModel
Assembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public void SaveTreeState(
	
	WindowAspects windowAspects
)

Parameters

windowAspects  WindowAspects
Current UI properties (e.g. WindowTop, WindowWidth, ...).
See also