IRibbonSubFindCreateButton Method |
Finds or creates a button in this subitem.
Namespace:
Demo3D.Gui
Assembly:
WpfControls (in WpfControls.dll) Version: 15.0.2.11458
SyntaxIRibbonButton FindCreateButton(
string caption
)
Parameters
- caption
- Type: SystemString
The button's caption
Return Value
Type:
IRibbonButtonThe found or created button
See Also