ChangePassword.SetDesignModeState(IDictionary) メソッド

定義

コントロールのデザイン時データを設定します。

protected:
 override void SetDesignModeState(System::Collections::IDictionary ^ data);
protected override void SetDesignModeState (System.Collections.IDictionary data);
override this.SetDesignModeState : System.Collections.IDictionary -> unit
Protected Overrides Sub SetDesignModeState (data As IDictionary)

パラメーター

data
IDictionary

コントロールのデザイン時データを格納する IDictionary

適用対象