CFx SDK Documentation 2024 SP0
|
#include <FxUIRibbon.h>
Public Member Functions | |
virtual void | SetSeparatorStyle (RibbonSeparatorStyle seperatorStyle)=0 |
virtual RibbonSeparatorStyle | GetSeparatorStyle () const =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 | |
~CFxUIRibbonSeparator () override | |
Protected Member Functions inherited from CFxUIRibbonRowItem | |
~CFxUIRibbonRowItem () override | |
Protected Member Functions inherited from CFxUIRibbonItem | |
virtual | ~CFxUIRibbonItem () |
Definition at line 624 of file FxUIRibbon.h.
|
inlineoverrideprotected |
Definition at line 627 of file FxUIRibbon.h.
|
pure virtual |
Description: Gets the separator style.
Return Value: The style.
|
pure virtual |
Description: Sets the separator style. Arguments:
seperatorStyle | The separator style. |