Share via


FormAnimateControl.markAsUserAdd Method

Definition

Overloads

markAsUserAdd()

Marks or unmarks the control as a user-added control.

markAsUserAdd(Boolean)

markAsUserAdd()

Marks or unmarks the control as a user-added control.

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

Returns

true if the control was marked as a user-added control; otherwise, false.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

markAsUserAdd(Boolean)

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

Parameters

_value
Boolean

The Boolean value that indicates whether the control should be marked as a user-added control.

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to