Vcl.Ribbon.TRibbonTabItem Properties
InheritedProtected
| BestTabWidth | public | Indicates the best width for the ribbon tab. |
| Caption | published | Specifies a text string that identifies the ribbon tab item to the user. |
| Collection | public | Specifies the TCollection instance to which the TCollectionItem belongs. |
| DisplayName | public | The name displayed in the Collection editor. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| ID | public | A unique, permanent index for the item. |
| Index | public | Returns the item's position in the Items array of TCollection. |
| KeyTip | published | Current KeyTip for the ribbon tab item. |
| KeyTipForm | public | Contains the controls that have assigned a key tip. |
| MinTabwidth | public | Indicates the minimum width for the ribbon tab. |
| MinTruncatedWidth | public | Indicates the minimum width for the truncated ribbon tab. |
| Modified | public | Indicates whether a ribbon tab item was modified. |
| Page | published | Current page for the ribbon tab item. |
| Visible | published | |
| X | public | Use X to read or change the x-coordinate of the ribbon tab item. |
| Y | public | Use Y to read or change the y-coordinate of the ribbon tab item. |