Click or drag to resize

IRibbonGroupFindCreateSub Method

Finds or creates a subitem for a choice control.

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

Parameters

caption
Type: SystemString
The caption of the subitem

Return Value

Type: IRibbonSub
The subitem
See Also