IRibbonChoiceAddChoice Method (String, BitmapImage) |
Add a choice (option) to this choice control.
Namespace:
Demo3D.Gui
Assembly:
WpfControls (in WpfControls.dll) Version: 18.04.00
Syntaxvoid AddChoice(
string caption,
BitmapImage glyph
)
Parameters
- caption
- Type: SystemString
The caption of the added choice. - glyph
- Type: System.Windows.Media.ImagingBitmapImage
The glyph of the added choice.
See Also