C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : KeyActionTab Property |
'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); }
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