CFx SDK Documentation 2024 SP0
|
#include <FxUIRibbon.h>
Public Member Functions | |
virtual CFxUIRibbonRowItemCollection * | GetChildren ()=0 |
Public Member Functions inherited from CFxUIRibbonItem | |
virtual const CFxString & | GetUID () const =0 |
virtual RibbonItemType | GetType () const =0 |
Protected Member Functions | |
~CFxUIRibbonRow () 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 306 of file FxUIRibbon.h.
|
inlineoverrideprotected |
Definition at line 309 of file FxUIRibbon.h.
|
pure virtual |
Description: Gets the children of this item.
Return Value: null if it fails, else the children.