Bearbeiten

TreeNode.SaveViewState Method

Definition

Saves the current view state of the node.

protected:
 virtual System::Object ^ SaveViewState();
protected virtual object SaveViewState ();
abstract member SaveViewState : unit -> obj
override this.SaveViewState : unit -> obj
Protected Overridable Function SaveViewState () As Object

Returns

An Object that contains the saved state of the node.

Remarks

The SaveViewState method is a helper method called by the node to save its state.

Applies to

See also