Spread Windows Forms 6.0 Product Documentation
ResetValue Method
See Also  Support Options
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > DoubleCollectionPropertyDescriptor Class : ResetValue Method


component
The component with the property value that is to be reset to the default value.

Glossary Item Box

Resets the value for this property of the component to the default value.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub ResetValue( _
   ByVal component As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As DoubleCollectionPropertyDescriptor
Dim component As Object
 
instance.ResetValue(component)
C# 
public override void ResetValue( 
   object component
)

Parameters

component
The component with the property value that is to be reset to the default value.

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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.