Click or drag to resize

IRibbonChoice Methods

The IRibbonChoice type exposes the following members.

Methods
 NameDescription
Public methodAddChoice(String) Add a choice (option) to this choice control.
Public methodAddChoice(String, BitmapImage) Add a choice (option) to this choice control.
Public methodAddItem Add an IRibbonItem to this container.
(Inherited from IRibbonContainer)
Public methodAddItems Add multiple IRibbonItems to this container.
(Inherited from IRibbonContainer)
Public methodClear Clear all tools from this container.
(Inherited from IRibbonContainer)
Public methodExecuteCommand Executes the current Command when called.
(Inherited from IRibbonItem)
Public methodGetItem Get an IRibbonItem from this container.
(Inherited from IRibbonContainer)
Public methodGetTools Get all the tools in this container.
(Inherited from IRibbonContainer)
Public methodInsertItem Insert an IRibbonItem into this container at a given index.
(Inherited from IRibbonContainer)
Public methodPerformClick Triggers a click event from script.
(Inherited from IRibbonButton)
Top
See Also