RibbonPageCategoryOptions Properties
Stores settings applied to all categories owned by a parent Ribbon. To access these settings, use the RibbonControl.OptionsPageCategories property.Name | Description |
---|---|
Alignment | Gets or sets whether categories and their tabs are shown imediatelly after the default category, or anchored to the right Ribbon edge. When this setting equals Default, the category location depends on the current Ribbon style (RibbonControl.RibbonStyle) and active Skin. |
AutoCorrectForeColor | Gets or sets whether Ribbon categories automatically adjust their forecolors depending on a background color. Fore colors are adjusted when a contrast between fore and background colors is too low. |
ShowCaptions | Gets or sets whether categories whose pages are currently visible should display their captions. |
See Also