MultiView.LoadControlState(Object) 方法

定义

加载 MultiView 控件的当前状态。Loads the current state of the MultiView control.

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.

适用于