FormReferenceObject.skip Method

Sets or returns a value that indicates whether the control is skipped when the user presses the TAB key to move to the control that is associated with the data source.

Syntax

public boolean skip([boolean value])

Run On

Client

Parameters

  • value
    Type: boolean
    The value that is assigned to the skip property of the data source that is associated with the control; optional.

Return Value

Type: boolean
true if the control is skipped when the user presses the TAB key to move to the control associated with the data source; otherwise, false.

Remarks

If the enabled property is true, the allowEdit property is false, and the skip property is true, the user cannot change the contents of the control but can still copy the contents of the control.

Controls are skipped if the skip value of either the control or the data source is true.

See Also

Reference

FormReferenceObject Class