Limitations
If the Ribbon
If the Ribbon
Inserts a control of the type Ribbon
public void Insert(int index, System.Windows.Forms.Control item);
Public Sub Insert(ByVal index As Integer, ByVal item As System.Windows.Forms.Control)
Parameter | Description |
---|---|
index | The zero-based index at which the control should be inserted. |
item | The control to be inserted. |
If the Ribbon
If the Ribbon