←Select platform

SetValue Method

Summary

When overridden in a derived class, sets the value of the component to a different value.

Syntax

C#
VB
C++
public override void SetValue( 
   object component, 
   object value 
) 
Public Overrides Sub SetValue( _ 
   ByVal component As Object, _ 
   ByVal value As Object _ 
)  
public: 
void SetValue(  
   Object^ component, 
   Object^ value 
) override  

Parameters

component
The component with the property value that is to be set.

value
The new value.

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