Limitations
Ribbon
Adds a control of type Ribbon
public int Add(System.Windows.Forms.Control item, int row);
Public Function Add(ByVal item As System.Windows.Forms.Control, ByVal row As Integer) As Integer
Parameter | Description |
---|---|
item | The control to be added to this group. |
row | The row where to add the control. Valid values are 0, 1 or 2. |
The Ribbon
Ribbon