state property

State get state

Returns the current state of the form.

Implementation

State get state;
set state (State newState)

Sets the new state for the form.

Implementation

set state(State newState);