FormAnimateControl.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();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override bool allowEdit ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.allowEdit : unit -> bool
Public Overrides Function allowEdit () As Boolean

Returns

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

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

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

Applies to

allowEdit(Boolean)

public:
 override bool allowEdit(bool _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override bool allowEdit (bool _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.allowEdit : bool -> bool
Public Overrides Function allowEdit (_value As Boolean) As Boolean

Parameters

_value
Boolean

The value to be assigned to the allowEdit property.

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to