Click or drag to resize

IRibbonChoiceAddChoice Method (String)

Add a choice (option) to this choice control.

Namespace:  Demo3D.Gui
Assembly:  WpfControls (in WpfControls.dll) Version: 15.0.2.11458
Syntax
C#
void AddChoice(
	string caption
)

Parameters

caption
Type: SystemString
The caption of the added choice.
See Also