Sets the persisted state of the control.
public void setOcxState( State ocxState )
ocxState
A State object that specifies the control's state.
The value to which you initialize this method's ocxState parameter should be null, obtained by calling getOcxState, or read from a resource. The value of this parameter is used after the control is created, but before it is displayed.
WFCException thrown if the control has already been activated.