FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : ProcessTab Property |
'Declaration Public Property ProcessTab As Boolean
'Usage Dim instance As FpSpread Dim value As Boolean instance.ProcessTab = value value = instance.ProcessTab
public bool ProcessTab {get; set;}
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.
FpSpread1.ProcessTab = false;
FpSpread1.ProcessTab = False
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional