Form Class |
Namespace: GeonBit.UI.Utils.Forms
public class Form
The Form type exposes the following members.
Name | Description | |
---|---|---|
![]() | Form |
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetEntity |
Get entity for field.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue |
Get field's value.
|
![]() | GetValueBool |
Get field value as boolean.
|
![]() | GetValueFloat |
Get field value as float.
|
![]() | GetValueInt |
Get field value as integer.
|
![]() | GetValueString |
Get field value as a trimmed string.
|
![]() | Remove |
Remove this form from its parent.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | ExtraSpaceBetweenFields |
Extra space to set between fields.
|
![]() | FormPanel |
Form's root panel.
|