Click or drag to resize

IRibbonGroupFindCreateCheck Method

Finds or creates a checkbox control.

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

Parameters

caption  String
The caption of the checkbox control

Return Value

IRibbonCheck
The checkbox control
See Also