DriveListWarnLevelPercent Property | 
If the free space on the drive is below this value, the bar will be drawn in yellow.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic int WarnLevelPercent { get; set; }Public Property WarnLevelPercent As Integer
	Get
	Set
public:
property int WarnLevelPercent {
	int get ();
	void set (int value);
}member WarnLevelPercent : int with get, set
Property Value
Int32
RemarksThe default value is 2 percent. Set this property to 0 if you do not want the color to be changed.
See Also