IRibbonGroupFindButton Method |
Finds a button.
Namespace:
Demo3D.Gui
Assembly:
WpfControls (in WpfControls.dll) Version: 15.0.2.11458
SyntaxIRibbonButton FindButton(
string caption
)
Parameters
- caption
- Type: SystemString
The caption of the button to look for
Return Value
Type:
IRibbonButtonThe button if found
See Also