'Declaration <DefaultValueAttribute()> <DescriptionAttribute("Indicates if the drag-hints are displayed when reordering the tabs contained in the tabstrip.")> <CategoryAttribute("Appearance")> Public Property ShowDragHints As Boolean
'Usage Dim instance As TabStripAppearance Dim value As Boolean instance.ShowDragHints = value value = instance.ShowDragHints
[DefaultValue()] [Description("Indicates if the drag-hints are displayed when reordering the tabs contained in the tabstrip.")] [Category("Appearance")] public bool ShowDragHints {get; set;}