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: 19.00.00
Syntax
C#
IRibbonCheck FindCreateCheck(
	string caption
)

Parameters

caption  String
The checkbox's caption

Return Value

IRibbonCheck
The found or created checkbox
See Also