TreeView.LoadViewState(Object) Method

Definition

Loads the previously saved view state of the TreeView control.

protected:
 override void LoadViewState(System::Object ^ state);
protected override void LoadViewState (object state);
override this.LoadViewState : obj -> unit
Protected Overrides Sub LoadViewState (state As Object)

Parameters

state
Object

A object that contains the saved view state values for the control.

Applies to