Share via


FormBuildAnimateControl.skip Method

Definition

Overloads

skip()

Sets or returns a value that indicates whether the control is skipped when the user presses the TAB key to move to the control.

skip(Boolean)

skip()

Sets or returns a value that indicates whether the control is skipped when the user presses the TAB key to move to the control.

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

Returns

true if the control is skipped when the user presses the TAB key to move to the control; otherwise, false.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

skip(Boolean)

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

Parameters

_value
Boolean

The value to assign to the skip property of the control.

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to