[]
Saves options to a ComplexField.
public void Save(ComplexField field)
Public Sub Save(field As ComplexField)
Type | Name | Description |
---|---|---|
ComplexField | field | The ComplexField where to save the options. |
Saves options to a SimpleField.
public void Save(SimpleField field)
Public Sub Save(field As SimpleField)
Type | Name | Description |
---|---|---|
SimpleField | field | The SimpleField where to save the options. |