Component Library JacekMatulewski.Util documentation

DiskFreeBar Class

Simple bar presenting the percentage value of occupied space at choosen drive.

For a list of all members of this type, see DiskFreeBar Members.

System.Object
   MarshalByRefObject
      Component
         Control
            ScrollableControl
               ContainerControl
                  UserControl
                     DiskFreeBar

[Visual Basic]
Public Class DiskFreeBar
Inherits UserControl
[C#]
public class DiskFreeBar : UserControl

Remarks

One can determine the drive choosing the value of DriveLetter property. Many drive parameters as drive type, FAT type, volume name, serial number and obviously the size of free, occupied and total size are exposed in read only properties. As an example of using DiskFreeBar see the application DiskFree .NET.

Requirements

Namespace: JacekMatulewski.Util

Assembly: JacekMatulewski.Util (in JacekMatulewski.Util.dll)

See Also

DiskFreeBar Members | JacekMatulewski.Util Namespace