MemoryGauge ClassCleanCode C# Libraries v1.2.03 API
Provides a convenient mechanism for displaying the amount of memory used by the current application on either a OnlineToolStripItem or a OnlineControl.
Inheritance Hierarchy

OnlineSystem Object
  CleanCode.Forms MemoryGauge

Namespace: CleanCode.Forms
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public class MemoryGauge
Remarks

The value may be either absolute, in megabytes, or relative, as a percentage. The Text property of the Component is set to one or the other of those values, based on the setting of ShowRelative.

Since CleanCode 0.9.20.

See Also