FormActiveXControl.allowEdit Method

Determines whether the user can change the contents of the control.

Syntax

public boolean allowEdit([boolean value])

Run On

Client

Parameters

  • value
    Type: boolean
    The value to be assigned to the allowEdit property.

Return Value

Type: boolean
true if the control can be edited; otherwise, false.

Remarks

When this property is set on a container control, modifications are disabled or enabled for all controls within the container.

See Also

Reference

FormActiveXControl Class