Click or drag to resize

IRibbonChoiceAddChoice(String, BitmapImage) Method

Add a choice (option) to this choice control.

Namespace: Demo3D.Gui
Assembly: WpfControls (in WpfControls.dll) Version: 19.00.00
Syntax
C#
void AddChoice(
	string caption,
	BitmapImage glyph
)

Parameters

caption  String
The caption of the added choice.
glyph  BitmapImage
The glyph of the added choice.
See Also