FormBuildControl.userSkip Method

Sets or returns the value that indicates whether the form control is skipped when the user press the TAB key to navigate the controls on the form.

Syntax

public int userSkip([int value])

Run On

Called

Parameters

  • value
    Type: int
    The value to assign to the userSkip property; optional. The value is 1 if the user setting to skip the control is in effect; otherwise, it is 0.

Return Value

Type: int
1 if the user setting to skip the control is in effect; otherwise, 0.

See Also

Reference

FormBuildControl Class