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

屬性值

那顆鈕扣的名字。

屬性

備註

你可以用按鈕名稱作為按鍵,從控制項集合ToolBarButton中取出。ButtonsToolBar

適用於