Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class EV_RIBBON_COLLECTION General cluster: ribbon description: "The IUICollection interface is implemented by the Ribbon framework. The IUICollection interface defines the methods for dynamically manipulating collection-based controls, such as the various Ribbon galleries and the Quick Access Toolbar (QAT), at run time. Collection used by combo box IUICollection" create: make_with_prop_variant Ancestors ANY Queries get_count: NATURAL_32 get_item (a_index: NATURAL_32): detachable EV_SIMPLE_PROPERTY_SET Commands add (a_item: EV_SIMPLE_PROPERTY_SET) clear insert (a_index: NATURAL_32; a_item: EV_SIMPLE_PROPERTY_SET) release remove_at (a_index: NATURAL_32) replace (a_index: NATURAL_32; a_item: EV_SIMPLE_PROPERTY_SET)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org