PaletteRibbonTextStyle Enumeration |
Specifies the style of ribbon text.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum PaletteRibbonTextStyle
Members| Member name | Value | Description |
|---|
| RibbonGroupNormalTitle | 0 |
Specifies a text style appropriate for a normal group title.
|
| RibbonGroupCollapsedText | 1 |
Specifies a text style appropriate for a collapsed group text.
|
| RibbonGroupButtonText | 2 |
Specifies a text style appropriate for a group button text.
|
| RibbonGroupLabelText | 3 |
Specifies a text style appropriate for a group label text.
|
| RibbonGroupCheckBoxText | 4 |
Specifies a text style appropriate for a group check box button text.
|
| RibbonGroupRadioButtonText | 5 |
Specifies a text style appropriate for a group radio button text.
|
| RibbonTab | 6 |
Specifies a text style appropriate for a ribbon tab.
|
| RibbonAppMenuDocsTitle | 7 |
Specifies a text style appropriate for a app menu recent documents title.
|
| RibbonAppMenuDocsEntry | 8 |
Specifies a text style appropriate for a app menu recent documents entry.
|
See Also