Version

GetGaugeCount Method (WinGaugeReplayServer)

Gets the total number of visible gauges in the WinGauge
Syntax
'Declaration
 
Public Function GetGaugeCount() As System.Integer
public System.int GetGaugeCount()

Return Value

the total number of visible gauges in the ultraGauge as an integer
Remarks

WinGauge refers to the control while gauges refers to the individual sub gauge objects The value returned is a 32 bit integer.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also