ToolStripPanel::Rows Property
.NET Framework (current version)
Gets the ToolStripPanelRows in this ToolStripPanel.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property array<ToolStripPanelRow^>^ Rows { array<ToolStripPanelRow^>^ get(); }
Property Value
Type: array<System.Windows.Forms::ToolStripPanelRow^>^A ToolStripPanel::ToolStripPanelRowCollection representing the ToolStripPanelRows in this ToolStripPanel.
.NET Framework
Available since 2.0
Available since 2.0
Show: