←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly