Limitations
If the Ribbon
If the Ribbon
Inserts an array of controls at the specified index. These controls must be objects of type Ribbon
public void InsertRange(int index, System.Windows.Forms.Control[] items);
Public Sub InsertRange(ByVal index As Integer, ByVal items() As System.Windows.Forms.Control)
Parameter | Description |
---|---|
index | The zero-based index at which the controls should be inserted. |
items | An array of controlsto be inserted. |
If the Ribbon
If the Ribbon