Click or drag to resize

IRibbonGroupFindCreateEdit Method

Finds or creates an editable input field.

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

Parameters

caption  String
The caption of the input field

Return Value

IRibbonEdit
The input field
See Also