Click or drag to resize

IRibbonGroupFindCustomControl Method

Finds a custom control.

Namespace:  Demo3D.Gui
Assembly:  WpfControls (in WpfControls.dll) Version: 18.04.00
Syntax
C#
IRibbonCustomControl FindCustomControl(
	string caption
)

Parameters

caption
Type: SystemString
The caption of the custom control to look for

Return Value

Type: IRibbonCustomControl
The custom control if found
See Also