Method SetValue
SetValue(object)
Set the opened state of the foldout.
Declaration
public void SetValue(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| object | value | True to open the foldout, false to close it. |
Implements
SetValue(bool)
Set the value of the widget.
Declaration
public void SetValue(bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | value | Input value. |