C#
VB
C++
When overridden in a derived class, returns a value that indicates whether resetting an object changes its value.
public override bool CanResetValue(
object component
)
Public Overrides Function CanResetValue( _
ByVal component As Object _
) As Boolean
public:
bool CanResetValue(
Object^ component
) override
component
The component to test for reset capability.
true if resetting the component changes its value; otherwise, false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET