# 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 |
| --- | :---: | :---: | --- |
| Sub | Constructor | (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 | Nil | The control contained within the GraffitiRibbonRectControl space. |
| MinWidth | Integer | Nil | The minimum width of the space. If -1, then the Child s Width is used. |
| Private | As | Nil | |
| Private | As | = | |
| Private | As | = | |
| Width | String | Nil | Specified Width of the space occupied by Child . Defaults to the width of the Child . Valid values: -1 , 100 , flex |