ComponentOne Gauges for WinForms
Insert Method (DecoratorCollection)

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace > DecoratorCollection Class : Insert Method
Inserts the specified C1GaugeDecorator into this collection at the given index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal decorator As C1GaugeDecorator _
) 
public void Insert( 
   System.int index,
   C1GaugeDecorator decorator
)

Parameters

index
decorator
See Also

Reference

DecoratorCollection Class
DecoratorCollection Members