Limitations
If the Ribbon
If the Ribbon
Adds an array of controls to the end of the collection. These controls must be objects of type Ribbon
public void AddRange(System.Windows.Forms.Control[] items);
Public Sub AddRange(ByVal items() As System.Windows.Forms.Control)
Parameter | Description |
---|---|
items | An array of controls to be added to the end of this collection. |
If the Ribbon
If the Ribbon