MemoryGauge Constructor (Form, ToolStripItem)CleanCode C# Libraries v1.2.03 API
Initializes a new instance of the MemoryGauge class.

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

public MemoryGauge(
	Form form,
	ToolStripItem toolStripItem
)
Remarks

The specified control will by default display the memory used in megabytes and its tooltip will display the percentage of memory used. If ShowRelative is set to true these will reverse, displaying the percentage on the Text property and the megabytes on the tooltip.
See Also