'Declaration <DefaultValueAttribute()> <DescriptionAttribute("Indicates if the tabs contained in the tabstrip can be dragged to change their position in the tabstrip.")> <CategoryAttribute("Behavior")> Public Property AllowDrag As Boolean
'Usage Dim instance As TabStripAppearance Dim value As Boolean instance.AllowDrag = value value = instance.AllowDrag
[DefaultValue()] [Description("Indicates if the tabs contained in the tabstrip can be dragged to change their position in the tabstrip.")] [Category("Behavior")] public bool AllowDrag {get; set;}