IRibbonSubFindButton Method |
Finds a button on this subitem by its caption.
Namespace:
Demo3D.Gui
Assembly:
WpfControls (in WpfControls.dll) Version: 16.01.07
SyntaxIRibbonButton FindButton(
string caption
)
Parameters
- caption
- Type: SystemString
The caption to look for
Return Value
Type:
IRibbonButtonThe button if found
See Also