TreeView.LoadViewState(Object) 方法
定义
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)
参数
- state
- Object
包含为该控件保存的视图状态值的对象。A object that contains the saved view state values for the control.