ReadonlyallowChecks if the current controls should allow input. Returns true if the control allows input, otherwise false.
Returns whether the control can be hidden, based on a condition.
ReadonlycouldReturns if this control could be read-only based on a condition. True if the control could be read-only, otherwise false.
ReadonlycouldReturns if this control could be required based on a condition. True if the control could be required, otherwise false.
ReadonlydisabledReturns the disabled state of the calling control. True if the control is disabled, otherwise false.
ReadonlyhiddenReturns the hidden state of the calling control. True if the control is hidden, otherwise false.
ReadonlyreadReturns the read-only state of the calling control. True if the control is read-only, otherwise false.
ReadonlyrequiredReturns the required state of the calling control. True if control is required, otherwise false.
Registers a function to be invoked whenever a state change event occurs. This function receives an object that contains information about the change event.
{function} Function to be invoked when a state is changed. Parameter (change: StateChange). Returns void.
APIs for the methods and properties affecting the state of a control.