#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 952 of file FxUIRibbon.h.
◆ ~CFxUIRibbonSystemMenuItem()
| virtual CFxUIRibbonSystemMenuItem::~CFxUIRibbonSystemMenuItem |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ GetChildren()
Description: Gets the children of this item. Return Value:
Null if it fails, else the children.
◆ GetDefinition()
Description: Gets the definition. Return Value:
Null if it fails, else the definition.
◆ GetName()
| virtual const CFxString & CFxUIRibbonSystemMenuItem::GetName |
( |
| ) |
const |
|
pure virtual |
Description: Gets the name.
Return Value:
The name.
◆ GetParent()
Description: Gets the parent of this item.
Return Value:
Null if it fails, else the parent.
◆ IsSeparator()
| virtual bool CFxUIRibbonSystemMenuItem::IsSeparator |
( |
| ) |
const |
|
pure virtual |
Description: Query if this object is separator. Return Value:
True if separator, false if not.
◆ SetDefinition()
Description: Sets a definition. Arguments:
- Parameters
-
| [in,out] | pDefinition | If non-null, the definition. |
◆ SetName()
| virtual void CFxUIRibbonSystemMenuItem::SetName |
( |
const CFxString & | name | ) |
|
|
pure virtual |
Description: Sets a name. Arguments:
- Parameters
-
| strName | Name of the string. |
The documentation for this class was generated from the following file: