Menu.SetDesignModeState(IDictionary) 方法

定义

Menu 控件设置设计时数据。

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,包含用于显示控件的状态数据。

注解

此方法重写 SetDesignModeState

备注

此方法主要由控件开发人员用来扩展 Menu 控件。

适用于