# GraffitiRibbonControl
Class Inherits GraffitiRibbonItem
## Compatibility
### Framework API Version
| 1.0 | 2.0 |
| :---: | :---: |
| True | True |
### Desktop
| 32-Bit | 64-Bit |
| :---: | :---: |
| True | True |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | control as DesktopUIControl <br> minimumWidth as Integer = -1 | (None) | Instantiates the object. If minimumWidth is -1, then the RectControl will use control s current Width as the MinWidth. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Child | DesktopUIControl | (None) | The control contained within the GraffitiRibbonRectControl space. |
| MinWidth | Integer | (None) | The minimum width of the space. If -1, then the Child s Width is used. |
| Width | String | (None) | Specified Width of the space occupied by Child . Defaults to the width of the Child . Valid values: -1 , 100 , flex |