IRibbonSubFindCreateCheck Method |
Finds or creates a check box in this subitem.
Namespace:
Demo3D.Gui
Assembly:
WpfControls (in WpfControls.dll) Version: 15.0.2.11458
SyntaxIRibbonCheck FindCreateCheck(
string caption
)
Parameters
- caption
- Type: SystemString
The checkbox's caption
Return Value
Type:
IRibbonCheckThe found or created checkbox
See Also