| C1.Win.C1Input Namespace > C1TextBox Class : AcceptsTab Property |
'Declaration<C1DescriptionAttribute("Indicates if Tab and Shift+Tab keys are accepted by control and move the focus to the next (previous) group of input characters in edit mask and in DateTimeInput mode.")> Public Shadows Property AcceptsTab As Boolean
'UsageDim instance As C1TextBox Dim value As Boolean instance.AcceptsTab = value value = instance.AcceptsTab
[C1Description("Indicates if Tab and Shift+Tab keys are accepted by control and move the focus to the next (previous) group of input characters in edit mask and in DateTimeInput mode.")] public new bool AcceptsTab {get; set;}
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