CanResetValue Method

Summary
When overridden in a derived class, returns a value that indicates whether resetting an object changes its value.
Syntax
C#
VB
C++
public override bool CanResetValue( 
   object component 
) 
Public Overrides Function CanResetValue( _ 
   ByVal component As Object _ 
) As Boolean 
public: 
bool CanResetValue(  
   Object^ component 
) override  

Parameters

component
The component to test for reset capability.

Return Value

true if resetting the component changes its value; otherwise, false.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.