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

向其分配 ToolBarToolBarButton 控件。

属性

适用于

另请参阅