C1.Win.Chart.Design Namespace / C1RangeSliderDesigner Class / InitializeNewComponent Method
A name/value dictionary of default values to apply to properties. May be a null reference (Nothing in Visual Basic) if no default values are specified.

In This Topic
InitializeNewComponent Method (C1RangeSliderDesigner)
In This Topic
Initializes a newly created component.
Syntax
'Declaration
 
Public Overrides Sub InitializeNewComponent( _
   ByVal defaultValues As IDictionary _
) 
 

Parameters

defaultValues
A name/value dictionary of default values to apply to properties. May be a null reference (Nothing in Visual Basic) if no default values are specified.
See Also