'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the Color used to fill the panel's background.")> Public Property BackColor As System.Drawing.Color
'Usage
Dim instance As NStatusBarPanel Dim value As System.Drawing.Color instance.BackColor = value value = instance.BackColor
[System.ComponentModel.Description("Gets/sets the Color used to fill the panel's background.")] public System.Drawing.Color BackColor {get; set;}