Spread for ASP.NET 7.0 Product Documentation
ProcessTab Property
See Also  Example Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : ProcessTab Property


Glossary Item Box

Gets or sets whether to process the Tab key as a way of advancing to the next active cell in the Spread component.

Syntax

Visual Basic (Declaration) 
Public Property ProcessTab As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FpSpread
Dim value As Boolean
 
instance.ProcessTab = value
 
value = instance.ProcessTab
C# 
public bool ProcessTab {get; set;}

Property Value

true to process the tab key; false otherwise

Remarks

This property allows you to set whether the component processes the tab key when pressed by the user. If you set this property to false, pressing the tab key has no effect and focus does not advance to the next active cell. If you set this property to true, focus shifts to the next active cell when the user presses the tab key.

This property is available at run time only.

Example

C#Copy Code
FpSpread1.ProcessTab = false; 
Visual BasicCopy Code
FpSpread1.ProcessTab = False 

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

FpSpread Class
FpSpread Members

User-Task Documentation

Handling the Tab Key

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.