Click or drag to resize
Form Class
Form instance.
Inheritance Hierarchy
SystemObject
  GeonBit.UI.Utils.FormsForm

Namespace:  GeonBit.UI.Utils.Forms
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Form

The Form type exposes the following members.

Constructors
  NameDescription
Public methodForm
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.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEntity
Get entity for field.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Get field's value.
Public methodGetValueBool
Get field value as boolean.
Public methodGetValueFloat
Get field value as float.
Public methodGetValueInt
Get field value as integer.
Public methodGetValueString
Get field value as a trimmed string.
Public methodRemove
Remove this form from its parent.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberExtraSpaceBetweenFields
Extra space to set between fields.
Public fieldFormPanel
Form's root panel.
Top
See Also