Spread Windows Forms 10.0 Product Documentation
TabAction Property (FieldsEditorControl)


Gets or sets whether the tab key moves the focus between controls or between fields within the control.
Syntax
'Declaration
 
Public Property TabAction As TabAction
'Usage
 
Dim instance As FieldsEditorControl
Dim value As TabAction
 
instance.TabAction = value
 
value = instance.TabAction
public TabAction TabAction {get; set;}

Property Value

One of the TabAction enumeration values. The default is TabAction.Control.
Remarks
The caret moves to the next field when this property is TabAction.Field. If the caret is in the last field, the input focus leaves this control when pressing the TAB key. If the value is TabAction.Control, the behavior is similar to the standard control.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

FieldsEditorControl Class
FieldsEditorControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.