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 Foreground 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 SortForecolor As Color
public Color SortForecolor { get; set; }
public:
property Color SortForecolor {
Color get ();
void set (Color value);
}
member SortForecolor : Color with get, set
function get SortForecolor () : Color
function set SortForecolor (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