#include <FxUIRibbon.h>
|
| enum | _ContextualDisplayType { eContextualDisplayTypeFull
, eContextualDisplayTypeMerged
} |
| |
| typedef enum CFxUIRibbonTab::_ContextualDisplayType | ContextualDisplayType |
| |
| enum | _RibbonItemType {
eRibbonTab
, eRibbonPanel
, eRibbonRow
, eRibbonSplitButton
,
eRibbonCommandButton
, eRibbonControl
, eRibbonGalleryControl
, eRibbonRowPanel
,
eRibbonSeparator
, eRibbonButton
, eRibbonToggleButton
, eRibbonDataBoundDropDown
,
eRibbonQuickAccessBar
, eRibbonSystemMenuItem
, eRibbonQuickAccessBarItem
, eRibbonHelpMenuItem
} |
| |
| typedef enum CFxUIRibbonItem::_RibbonItemType | RibbonItemType |
| |
Definition at line 169 of file FxUIRibbon.h.
◆ ContextualDisplayType
◆ _ContextualDisplayType
Description: Values that represent _ContextualDisplayType for contextual tabs.
| Enumerator |
|---|
| eContextualDisplayTypeFull | |
| eContextualDisplayTypeMerged | |
Definition at line 179 of file FxUIRibbon.h.
◆ ~CFxUIRibbonTab()
| CFxUIRibbonTab::~CFxUIRibbonTab |
( |
| ) |
|
|
inlineoverrideprotected |
◆ GetChildren()
Description: Gets the children of this item. Return Value:
Null if it fails, else the children.
◆ GetContextualDisplayType()
◆ GetName()
| virtual const CFxString & CFxUIRibbonTab::GetName |
( |
| ) |
const |
|
pure virtual |
Description: Gets the name. Return Value:
The name.
◆ GetText()
| virtual const CFxString & CFxUIRibbonTab::GetText |
( |
| ) |
const |
|
pure virtual |
Description: Gets the text.
Return Value:
The text.
◆ SetContextualDisplayType()
Description: Sets contextual display type(full or merged). Arguments:
- Parameters
-
| contextualType | ContextualType of the type |
◆ SetName()
Description: Sets a name. Arguments:
- Parameters
-
| strName | Name of the string. |
◆ SetText()
Description: Sets a text. Arguments:
- Parameters
-
The documentation for this class was generated from the following file: