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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly