FlexGrid for WinForms
KeyActionTab Property



Gets or sets the action to be performed when the user presses the TAB key.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets or sets the action to be performed when the user presses the TAB key.")>
<DefaultValueAttribute()>
<C1CategoryAttribute("Behavior")>
Public Property KeyActionTab As KeyActionEnum
'Usage
 
Dim instance As C1FlexGridBase
Dim value As KeyActionEnum
 
instance.KeyActionTab = value
 
value = instance.KeyActionTab
[C1Description("Gets or sets the action to be performed when the user presses the TAB key.")]
[DefaultValue()]
[C1Category("Behavior")]
public KeyActionEnum KeyActionTab {get; set;}
[C1Description("Gets or sets the action to be performed when the user presses the TAB key.")]
[DefaultValue()]
[C1Category("Behavior")]
public:
property KeyActionEnum KeyActionTab {
   KeyActionEnum get();
   void set (    KeyActionEnum value);
}
Remarks
By default, the grid will ignore the TAB key and it will be handled by the form, moving the focus to the next control in the tab order. If you set the KeyActionTab property to a value other than KeyActionEnum.None, the grid will trap the TAB key and use it for navigating cells.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback