'Declaration <DescriptionAttribute("The color of the ToolWindow's border.")> <CategoryAttribute("Appearance")> Public Property BorderColor As Color
'Usage Dim instance As ToolWindow Dim value As Color instance.BorderColor = value value = instance.BorderColor
[Description("The color of the ToolWindow's border.")] [Category("Appearance")] public Color BorderColor {get; set;}