Share via


FormGuidControl.userDisable Method

Definition

Overloads

userDisable(Int32)
userDisable()

Gets or sets the value that indicates whether the control is disabled for the user.

userDisable(Int32)

public:
 override int userDisable(int _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override int userDisable (int _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.userDisable : int -> int
Public Overrides Function userDisable (_value As Integer) As Integer

Parameters

_value
Int32

The value that indicates whether the control is disabled for the user; optional.

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

userDisable()

Gets or sets the value that indicates whether the control is disabled for the user.

public:
 override int userDisable();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override int userDisable ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.userDisable : unit -> int
Public Overrides Function userDisable () As Integer

Returns

1 if the control is disabled for the user; otherwise, 0.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to