| CFx SDK Documentation
    2020SP3
    | 
#include <FxUIRibbon.h>
 
  
| Public Member Functions | |
| virtual const CFxString & | GetResizeStyle () const =0 | 
| virtual void | SetResizeStyle (const CFxString &resizeStyle)=0 | 
| virtual const int | GetResizePriority ()=0 | 
| virtual void | SetResizePriority (const int resizePriority)=0 | 
| virtual const bool & | GetTopJustify ()=0 | 
| virtual void | SetTopJustify (const bool &topJustify)=0 | 
| virtual CFxUIRibbonRowCollection * | GetChildren ()=0 | 
|  Public Member Functions inherited from CFxUIRibbonRowItem | |
| virtual const CFxString & | GetText () const =0 | 
| virtual void | SetText (const CFxString &text)=0 | 
| virtual const CFxString & | GetClassID () const =0 | 
| virtual void | SetClassID (const CFxString &classID)=0 | 
|  Public Member Functions inherited from CFxUIRibbonItem | |
| virtual const CFxString & | GetUID () const =0 | 
| virtual RibbonItemType | GetType () const =0 | 
| Protected Member Functions | |
| ~CFxUIRibbonRowPanel () override | |
|  Protected Member Functions inherited from CFxUIRibbonRowItem | |
| ~CFxUIRibbonRowItem () override | |
|  Protected Member Functions inherited from CFxUIRibbonItem | |
| virtual | ~CFxUIRibbonItem () | 
Definition at line 751 of file FxUIRibbon.h.
| 
 | inlineoverrideprotected | 
Definition at line 754 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 resize priority
Return Value: The resize priority.
| 
 | pure virtual | 
Description: Gets the resize style.
Return Value: The resize style.
| 
 | pure virtual | 
Description: Gets the top justify.
Return Value: The top justify.
| 
 | pure virtual | 
Description: Sets a resize priority. Arguments:
| resizePriority | resize priority as an integer. | 
Description: Sets a resize style. Arguments:
| resizeStyle | resizeStyle as a string. | 
| 
 | pure virtual | 
Description: Sets top justify. Arguments:
| topJustify | top justify as a boolean. |