Share via


ReasonFormTable.setControlsVisible Method [AX 2012]

Sets the value of the visible property of all referenced controls found within this helper class.

Syntax

public void setControlsVisible([boolean _visible])

Run On

Called

Parameters

  • _visible
    Type: boolean
    The value of the visible property value to set all controls; optional.

Remarks

This method is called from the initControl method to hide all controls on the form.

See Also

Reference

ReasonFormTable Class