Limitations
Ribbon
If the number of rows, that contain ribbon items, is larger than the defined number of rows, only those rows are displayed that are in this defined range.
Inserts a control of type Ribbon
public int Insert(int index, System.Windows.Forms.Control item, int row);
Public Function Insert(ByVal index As Integer, ByVal item As System.Windows.Forms.Control, ByVal row As Integer) As Integer
Parameter | Description |
---|---|
index | The zero-based index at which the control should be inserted. |
item | The control to be inserted to this group. |
row | The row where to insert the control. Valid values are 0, 1 or 2. |
Ribbon
If the number of rows, that contain ribbon items, is larger than the defined number of rows, only those rows are displayed that are in this defined range.