GraffitiSuite Docs
Docs
Combobox
Loading document parsing libraries...
# ComboBox Class Inherits FormElement ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | name as String <br> value as String = "" | (None) | Creates a new instance of the class. | | Attributes | Hidden | toJSON | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Value | String | Nil | Default value of the ComboBox. | | Values() | String | Nil | Values available for selection. |