dbicGauge Send comments on this topic.
GaugeObjectCollection Constructor
See Also 
dbicGauge Assembly > Dbi.WinControl.Gauge Namespace > GaugeObjectCollection Class : GaugeObjectCollection Constructor

objControl
The control the collection will be associated with.
Initalizes a new instance of the class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal objControl As dbiGauge _
)
C# 
public GaugeObjectCollection( 
   dbiGauge objControl
)

Parameters

objControl
The control the collection will be associated with.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also