ToolBarButton.Parent 屬性

定義

取得工具列按鈕所指派的工具列控制。

public:
 property System::Windows::Forms::ToolBar ^ Parent { System::Windows::Forms::ToolBar ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.ToolBar Parent { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Parent : System.Windows.Forms.ToolBar
Public ReadOnly Property Parent As ToolBar

屬性值

ToolBar指派的ToolBarButton控制權。

屬性

適用於

另請參閱