Click or drag to resize

IRibbonGroupFindCreateButton Method

Finds or creates a button.

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

Parameters

caption  String
The caption the button will be given

Return Value

IRibbonButton
The button
See Also