Sets the value of the component to a different value.
Syntax
'Declaration
Public Overrides Sub SetValue( _
ByVal As System.Object, _
ByVal As System.Object _
)
public override void SetValue(
System.object ,
System.object
)
Parameters
- instance
- value
See Also