Method Toggle
Toggle(T?)
Toggles the expansion of the supplied object if it is contained in the tree (either as a root object or as an exposed branch object).
public void Toggle(T? toToggle)
Parameters
toToggleTThe object to toggle expand/collapse state.