FormControl.userDisable Method

Gets or sets the value that indicates whether the control is disabled for the user.

Syntax

public int userDisable([int value])

Run On

Client

Parameters

  • value
    Type: int
    The value that indicates whether the control is disabled for the user; optional.

Return Value

Type: int
1 if the control is disabled for the user; otherwise, 0.

See Also

Reference

FormControl Class