FormControl.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:
 virtual int userDisable(int _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int userDisable (int _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member userDisable : int -> int
override this.userDisable : int -> int
Public Overridable 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:
 virtual int userDisable();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int userDisable ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member userDisable : unit -> int
override this.userDisable : unit -> int
Public Overridable Function userDisable () As Integer

Returns

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

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to