[]
Saves the current options to the specified SimpleField.
void Save(SimpleField field)
Sub Save(field As SimpleField)
Type | Name | Description |
---|---|---|
SimpleField | field | The SimpleField to which the options will be saved. |
Saves the current options to the specified ComplexField.
void Save(ComplexField field)
Sub Save(field As ComplexField)
Type | Name | Description |
---|---|---|
ComplexField | field | The ComplexField to which the options will be saved. |