'Declaration
<SRCategoryAttribute("Behavior")> <System.ComponentModel.DefaultValueAttribute()> <System.Runtime.InteropServices.DispIdAttribute(-516)> <SRDescriptionAttribute("Indicates whether the user can use the TAB key to give focus to the control.")> Public Property TabStop As System.Boolean
'Usage
Dim instance As SubmitMenu Dim value As System.Boolean instance.TabStop = value value = instance.TabStop
[SRCategory("Behavior")] [System.ComponentModel.DefaultValue()] [System.Runtime.InteropServices.DispId(-516)] [SRDescription("Indicates whether the user can use the TAB key to give focus to the control.")] public System.bool TabStop {get; set;}