Click or drag to resize

DriveListWarnLevelPercent Property

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

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

Property Value

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