Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies Background color for the Sort Column. This is ignored when using Windows Forms default coloring.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Property SortBackcolor As Color
public Color SortBackcolor { get; set; }
public:
property Color SortBackcolor {
Color get ();
void set (Color value);
}
member SortBackcolor : Color with get, set
function get SortBackcolor () : Color
function set SortBackcolor (value : Color)
Property Value
Type: System.Drawing.Color
Returns Color.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace