FormSegmentedEntryControl.allowEdit Method

Definition

Overloads

allowEdit()

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

allowEdit(Boolean)

allowEdit()

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

public override bool allowEdit();

Returns

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 in the container.

Applies to

allowEdit(Boolean)

public override bool allowEdit(bool _value);

Parameters

_value
Boolean

The value to assign to the allowEdit property.

Returns

Applies to