Click or drag to resize
Form Constructor
Create the form from a list of fields data. Note: the returned form will be inside an invisible panel without padding and 100% size. This means that you need to provide a panel of your own to put the form inside.

Namespace:  GeonBit.UI.Utils.Forms
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Form(
	IEnumerable<FormFieldData> fields,
	Panel parent
)

Parameters

fields
Type: System.Collections.GenericIEnumerableFormFieldData
Fields to generate form from.
parent
Type: GeonBit.UI.EntitiesPanel
Optional panel to contain the result form.
See Also