| Rhino C++ API
    8.24
    | 
#include <RhRdkContentEditorCustomButtonProvider.h>
| Public Types | |
| enum | Checks : unsigned int { Checks::Unchecked, Checks::Checked, Checks::Indeterminate } | 
| Public Member Functions | |
| virtual unsigned int | CommandId (void) const =0 | 
| virtual void * | EVF (const wchar_t *wszFunc, void *pvData)=0 | 
| virtual unsigned int | Position (void) const =0 | 
| virtual void | SetCheck (Checks c)=0 | 
| virtual void | SetEnable (bool bEnable=true)=0 | 
| virtual void | SetRadio (bool bOn=true)=0 | 
| virtual void | SetText (const wchar_t *wszText)=0 | 
| Protected Member Functions | |
| virtual | ~IRhRdkCommandUpdate () | 
This interface is used to update custom menu or tool bar UI elements. It is similar to the MFC CCmdUI object but does not need MFC to work.
| 
 | strong | 
| 
 | inlineprotectedvirtual | 
| 
 | pure virtual | 
| 
 | pure virtual | 
Emergency virtual function for future expansion.
| 
 | pure virtual | 
| 
 | pure virtual | 
Call this method to set the checked state of the UI item.
| 
 | pure virtual | 
Call this method to enable or disable the UI item.
| 
 | pure virtual | 
Call this method to check or uncheck the UI item radio state.
| 
 | pure virtual | 
Call this method to set the text of the UI item.
 1.8.17
 1.8.17