Limitations
Ribbon
Adds an array of controls to the end of a specific row. These controls must be objects of type Ribbon
public void AddRange(System.Windows.Forms.Control[] items, int row);
Public Sub AddRange(ByVal items() As System.Windows.Forms.Control, ByVal row As Integer)
Parameter | Description |
---|---|
items | An array of controls to be added to this group. |
row | The row where to add the controls. Valid values are 0, 1 or 2. |
Ribbon