ToolBarButton.Name 属性

定义

按钮的名称。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string Name { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Name : string with get, set
Public Property Name As String

属性值

按钮的名称。

属性

注解

可以使用按钮名称作为键,从 控件的ToolBar集合中Buttons检索 ToolBarButton

适用于