Share via


FormGroupControl.userSkip Method

Sets or returns an integer that indicates whether the form group control is skipped when the user presses the TAB key to move to controls.

Syntax

public int userSkip([int value])

Run On

Client

Parameters

  • value
    Type: int
    An integer that indicates the user setting for whether a form group control is skipped; optional.

Return Value

Type: int
1 if the form group control is skipped; otherwise, 0.

Remarks

The user chooses whether to skip a form group control by using the User setup form.

See Also

Reference

FormGroupControl Class