ToolStripSeparator.ImageKey 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此属性与此类无关。
public:
property System::String ^ ImageKey { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string ImageKey { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.ImageKey : string with get, set
Public Property ImageKey As String
属性值
为 ToolStripSeparator 显示的图像的键。
- 属性
注解
此属性与此类无关。