Share via


FormBuildControl.userSkip Method

Definition

Overloads

userSkip()

Sets or returns the value that indicates whether the form control is skipped when the user press the TAB key to navigate the controls on the form.

userSkip(Int32)

userSkip()

Sets or returns the value that indicates whether the form control is skipped when the user press the TAB key to navigate the controls on the form.

public:
 virtual int userSkip();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int userSkip ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member userSkip : unit -> int
override this.userSkip : unit -> int
Public Overridable Function userSkip () As Integer

Returns

1 if the user setting to skip the control is in effect; otherwise, 0.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

userSkip(Int32)

public:
 virtual int userSkip(int _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int userSkip (int _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member userSkip : int -> int
override this.userSkip : int -> int
Public Overridable Function userSkip (_value As Integer) As Integer

Parameters

_value
Int32

The value to assign to the userSkip property; optional. The value is 1 if the user setting to skip the control is in effect; otherwise, it is 0.

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to