MultiView.LoadControlState(Object) 方法
定义
protected public:
override void LoadControlState(System::Object ^ state);
protected internal override void LoadControlState (object state);
override this.LoadControlState : obj -> unit
Protected Friend Overrides Sub LoadControlState (state As Object)
参数
- state
- Object
一个 Object,表示 MultiView 控件的状态。An Object that represents the state of the MultiView control.