Skip Property (Read Only)

Top  Previous  Next

Returns true for fields that shouldn't gain the keyboard focus.

 

VB.NET Syntax

 

[Boolean =] Field.Skip

 

C# Syntax

 

[bool =] Field.Skip;

 

 

Remarks

 

When the property returns True, the cursor will skip this field preventing it to be written.

Normally, you should consider this property if you are going to implement a terminal emulation program.