'Declaration <DescriptionAttribute("The border color of the tabs contained in the auto-hide frame.")> <CategoryAttribute("Appearance")> Public Property TabBorderColor As Color
'Usage Dim instance As AutoHideFrameAppearance Dim value As Color instance.TabBorderColor = value value = instance.TabBorderColor
[Description("The border color of the tabs contained in the auto-hide frame.")] [Category("Appearance")] public Color TabBorderColor {get; set;}