CFx SDK Documentation 2024 SP0
|
#include <FxUIRibbon.h>
Public Member Functions | |
virtual const CFxString & | GetKeyTip () const =0 |
virtual void | SetKeyTip (const CFxString &keyTip)=0 |
virtual RibbonButtonStyle | GetButtonStyle () const =0 |
virtual void | SetButtonStyle (RibbonButtonStyle buttonStyle)=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 | |
~CFxUIRibbonButton () override | |
Protected Member Functions inherited from CFxUIRibbonRowItem | |
~CFxUIRibbonRowItem () override | |
Protected Member Functions inherited from CFxUIRibbonItem | |
virtual | ~CFxUIRibbonItem () |
Definition at line 645 of file FxUIRibbon.h.
|
inlineoverrideprotected |
Definition at line 648 of file FxUIRibbon.h.
|
pure virtual |
Description: Gets the button style.
Return Value: The style.
|
pure virtual |
Description: Gets the key tip.
Return Value: The key tip.
|
pure virtual |
Description: Sets the button style. Arguments:
buttonStyle | The button style. |
Description: Sets a key tip. Arguments:
keyTip | KeyTip as a string. |