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; }
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
Type:
Int32Remarks The default value is 2 percent. Set this property to 0 if you do not want the color to be changed.
See Also