Click or drag to resize

IRibbonGroupFindCreateEdit Method

Finds or creates an editable input field.

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

Parameters

caption
Type: SystemString
The caption of the input field

Return Value

Type: IRibbonEdit
The input field
See Also