ToolStripPanelRow::Controls Property

 

Gets the controls in the ToolStripPanelRow.

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

public:
[BrowsableAttribute(false)]
property array<Control^>^ Controls {
	array<Control^>^ get();
}

Property Value

Type: array<System.Windows.Forms::Control^>^

An array of controls.

.NET Framework
Available since 2.0
Return to top
Show: