IRibbonSubFindCheck Method |
Finds a checkbox on this subitem by its caption.
Namespace: Demo3D.GuiAssembly: WpfControls (in WpfControls.dll) Version: 19.00.00
SyntaxIRibbonCheck FindCheck(
string caption
)
Parameters
- caption String
- The caption to look for
Return Value
IRibbonCheckThe checkbox if found
See Also