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.1
Syntax public int ErrorLevelPercent { get; set; }
Public Property ErrorLevelPercent As Integer
Get
Set
public:
property int ErrorLevelPercent {
int get ();
void set (int value);
}
member ErrorLevelPercent : int with get, set
Property Value
Type:
Int32Remarks The default value is 8 percent. Set this property to 0 if you do not want the color to be changed.
See Also