IRibbonGroupFindCustomControl Method |
Finds a custom control.
Namespace:
Demo3D.Gui
Assembly:
WpfControls (in WpfControls.dll) Version: 15.0.2.11458
SyntaxIRibbonCustomControl FindCustomControl(
string caption
)
Parameters
- caption
- Type: SystemString
The caption of the custom control to look for
Return Value
Type:
IRibbonCustomControlThe custom control if found
See Also