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

プロパティ値

String

ボタンの名前。

属性

注釈

ボタン名をキーとして使用して、コントロールのToolBarButtonToolBarコレクションからButtons取得できます。

適用対象