Share via


FormGroupControl.userHide Method

Sets or returns an integer data type that indicates whether a control is hidden from the user.

Syntax

public int userHide([int value])

Run On

Client

Parameters

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

Return Value

Type: int
1 if the form group control is hidden from the user; otherwise, 0.

Remarks

The user can hide a form group control by right-clicking the control and then clicking Hide. This method lets you programmatically determine whether the control is hidden.

See Also

Reference

FormGroupControl Class