Share via


FormActionPaneControl.userHide Method

Gets or sets the value that indicates whether the control is hidden from the user.

Syntax

public int userHide([int value])

Run On

Client

Parameters

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

Return Value

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

Remarks

The user specifies whether a control is hidden by right-clicking the control when it is viewable or by right-clicking another control when the original control is hidden. Right-clicking invokes a menu that enables the control to be hidden or displayed. This method lets you programmatically determine and set the value.

See Also

Reference

FormActionPaneControl Class