Click or drag to resize

IRibbonSubFindCreateCheck Method

Finds or creates a check box in this subitem.

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

Parameters

caption
Type: SystemString
The checkbox's caption

Return Value

Type: IRibbonCheck
The found or created checkbox
See Also