#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 1008 of file FxUIRibbon.h.
◆ ~CFxUIRibbonHelpMenuItem()
| virtual CFxUIRibbonHelpMenuItem::~CFxUIRibbonHelpMenuItem |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ GetDefinition()
Description: Gets the definition.
Return Value:
null if it fails, else the definition.
◆ GetName()
| virtual const CFxString & CFxUIRibbonHelpMenuItem::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 CFxUIRibbonHelpMenuItem::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 CFxUIRibbonHelpMenuItem::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: