Share via


FormGroupControl.skip Method

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

Syntax

public boolean skip([boolean value])

Run On

Client

Parameters

  • value
    Type: boolean
    A Boolean value that indicates whether the control is skipped; optional.

Return Value

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

See Also

Reference

FormGroupControl Class