Click or drag to resize

DriveListErrorLevelPercent Property

If the free space on the drive is below this value, the bar will be drawn in red.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public int ErrorLevelPercent { get; set; }

Property Value

Int32
Remarks
The default value is 8 percent. Set this property to 0 if you do not want the color to be changed.
See Also