CFx SDK Documentation
2020SP3
|
#include <FxUIRibbon.h>
Public Member Functions | |
virtual const CFxString & | GetName () const =0 |
virtual void | SetName (const CFxString &name)=0 |
virtual CFxUIRibbonQuickAccessBarItemCollection * | GetChildren ()=0 |
Public Member Functions inherited from CFxUIRibbonItem | |
virtual const CFxString & | GetUID () const =0 |
virtual RibbonItemType | GetType () const =0 |
Protected Member Functions | |
~CFxUIRibbonQuickAccessBar () override | |
Protected Member Functions inherited from CFxUIRibbonItem | |
virtual | ~CFxUIRibbonItem () |
Additional Inherited Members | |
Public Types inherited from CFxUIRibbonItem | |
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 857 of file FxUIRibbon.h.
|
inlineoverrideprotected |
Definition at line 860 of file FxUIRibbon.h.
|
pure virtual |
Description: Gets the children of this item.
Return Value: null if it fails, else the children.
|
pure virtual |
Description: Gets the name.
Return Value: The name.
Description: Sets a name. Arguments:
strName | Name of the string. |