ToolStripPanel.ToolStripPanelRowCollection.AddRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds multiple ToolStripPanelRow objects to a ToolStripPanel.
Overloads
AddRange(ToolStripPanel+ToolStripPanelRowCollection) |
Adds the specified ToolStripPanel.ToolStripPanelRowCollection to a ToolStripPanel. |
AddRange(ToolStripPanelRow[]) |
Adds an array of ToolStripPanelRow objects to a ToolStripPanel. |
AddRange(ToolStripPanel+ToolStripPanelRowCollection)
Adds the specified ToolStripPanel.ToolStripPanelRowCollection to a ToolStripPanel.
public:
void AddRange(System::Windows::Forms::ToolStripPanel::ToolStripPanelRowCollection ^ value);
public void AddRange (System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection value);
member this.AddRange : System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection -> unit
Public Sub AddRange (value As ToolStripPanel.ToolStripPanelRowCollection)
Parameters
The ToolStripPanel.ToolStripPanelRowCollection to add to the ToolStripPanel.
Exceptions
value
is null
.
Applies to
AddRange(ToolStripPanelRow[])
Adds an array of ToolStripPanelRow objects to a ToolStripPanel.
public:
void AddRange(cli::array <System::Windows::Forms::ToolStripPanelRow ^> ^ value);
public:
void AddRange(... cli::array <System::Windows::Forms::ToolStripPanelRow ^> ^ value);
public void AddRange (System.Windows.Forms.ToolStripPanelRow[] value);
public void AddRange (params System.Windows.Forms.ToolStripPanelRow[] value);
member this.AddRange : System.Windows.Forms.ToolStripPanelRow[] -> unit
Public Sub AddRange (value As ToolStripPanelRow())
Public Sub AddRange (ParamArray value As ToolStripPanelRow())
Parameters
- value
- ToolStripPanelRow[]
An array of ToolStripPanelRow objects.
Exceptions
value
is null
.
Applies to
.NET