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

适用于