ToolBarButton::Parent Property

 

Gets the toolbar control that the toolbar button is assigned to.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property ToolBar^ Parent {
	ToolBar^ get();
}

Property Value

Type: System.Windows.Forms::ToolBar^

The ToolBar control that the ToolBarButton is assigned to.

.NET Framework
Available since 1.1
Return to top
Show: