'Declaration <DescriptionAttribute("Indicates if the user can give the focus to this control using the TAB key.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute()> Public Shadows Property TabStop As Boolean
'Usage Dim instance As SmartOutlookShortcutBar Dim value As Boolean instance.TabStop = value value = instance.TabStop
[Description("Indicates if the user can give the focus to this control using the TAB key.")] [Category("Behavior")] [DefaultValue()] public new bool TabStop {get; set;}