MemoryGauge UpdateUsage Method CleanCode C# Libraries v1.2.03 API
Updates the memory usage display on the Control or ToolStripItem, either with an absolute figure or a relative figure, depending on the ShowRelative property.

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

public void UpdateUsage()
Remarks

Besides setting the Text property of the Component, the background color also changes depending on the percentage of memory used, going from black at low levels through several intermediate shades to red at high levels.
See Also