#include <FxUIRibbon.h>
|
| 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 235 of file FxUIRibbon.h.
◆ ~CFxUIRibbonPanel()
| CFxUIRibbonPanel::~CFxUIRibbonPanel |
( |
| ) |
|
|
inlineoverrideprotected |
◆ GetChildren()
Description: Gets the children of this item. Return Value:
Null if it fails, else the children.
◆ GetKeyTip()
| virtual const CFxString & CFxUIRibbonPanel::GetKeyTip |
( |
| ) |
const |
|
pure virtual |
Description: Gets the key tip.
Return Value:
The key tip.
◆ GetName()
| virtual const CFxString & CFxUIRibbonPanel::GetName |
( |
| ) |
const |
|
pure virtual |
Description: Gets the name. Return Value:
The name.
◆ GetText()
| virtual const CFxString & CFxUIRibbonPanel::GetText |
( |
| ) |
const |
|
pure virtual |
Description: Gets the text. Return Value:
The text.
◆ IsHiddenInEditor()
| virtual bool CFxUIRibbonPanel::IsHiddenInEditor |
( |
| ) |
const |
|
pure virtual |
Description: Gets visibility in editor. Return Value:
True if it is hidden, false if not.
◆ SetHiddenInEditor()
| virtual void CFxUIRibbonPanel::SetHiddenInEditor |
( |
bool | isHidden | ) |
|
|
pure virtual |
Description: Sets the visibility in editor. Arguments:
- Parameters
-
| isHidden | True if invisible in editor, false else. |
◆ SetKeyTip()
| virtual void CFxUIRibbonPanel::SetKeyTip |
( |
const CFxString & | keyTip | ) |
|
|
pure virtual |
Description: Sets a key tip. Arguments:
- Parameters
-
| keyTip | KeyTip as a string. |
◆ 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: