[]
When overridden in a derived class, sets the value of the component to a different value.
public override void SetValue(object component, object value)
Public Overrides Sub SetValue(component As Object, value As Object)
Type | Name | Description |
---|---|---|
object | component | Component with the property value that is to be set |
object | value | The new value |