Share via


FormDataSource.allowEdit Method

Definition

Overloads

allowEdit(Boolean)
allowEdit()

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

allowEdit(Boolean)

public:
 virtual bool allowEdit(bool _value);
public virtual bool allowEdit (bool _value);
abstract member allowEdit : bool -> bool
override this.allowEdit : bool -> bool
Public Overridable Function allowEdit (_value As Boolean) As Boolean

Parameters

_value
Boolean

Returns

Applies to

allowEdit()

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

public:
 virtual bool allowEdit();
public virtual bool allowEdit ();
abstract member allowEdit : unit -> bool
override this.allowEdit : unit -> bool
Public Overridable Function allowEdit () As Boolean

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