ToolBarButton.ImageKey 属性
定义
获取或设置分配给此按钮的图像的名称。Gets or sets the name of the image assigned to the button.
public:
property System::String ^ ImageKey { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.ImageKeyConverter))]
public string ImageKey { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.ImageKeyConverter))>]
member this.ImageKey : string with get, set
Public Property ImageKey As String
属性值
分配给此工具栏按钮的 Image 的名称。The name of the Image assigned to the toolbar button.
- 属性
注解
ImageKey值指示 ImageList 分配给父控件的中的图像 ToolBar 。The ImageKey value indicates an image in the ImageList assigned to the parent ToolBar control.