| CFx SDK Documentation 2024 SP0
    | 
#include <FxUI.h>
| Public Member Functions | |
| virtual | ~CFxUIAcceleratorsCollection () | 
| virtual bool | Add (CFxUIAccelerator *pItem)=0 | 
| virtual bool | Remove (CFxUIAccelerator *pItem)=0 | 
| virtual unsigned int | GetCount () const =0 | 
| virtual CFxUIAccelerator * | GetItem (unsigned int index)=0 | 
Description: Represents the accelerators collection of the user interface. Library: DDKERNEL
| 
 | inlinevirtual | 
| 
 | pure virtual | 
Description: Adds pItem.. Arguments:
| [in,out] | pItem | If non-null, the CFxUIAccelerator* to add. | 
Return Value: true if it succeeds, false if it fails.
| 
 | pure virtual | 
Description: Gets the count.
Return Value: The count.
| 
 | pure virtual | 
Description: Gets an item. Arguments:
| index | Zero-based index of the. | 
Return Value: null if it fails, else the item.
| 
 | pure virtual | 
Description: Removes the given pItem. Arguments:
| [in,out] | pItem | If non-null, the CFxUIAccelerator* to remove. | 
Return Value: true if it succeeds, false if it fails.