Click or drag to resize

IRibbonGroupFindCreateCustomControl Method

Finds or creates a custom control.

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

Parameters

caption  String
The caption of the control

Return Value

IRibbonCustomControl
The custom control
See Also