Click or drag to resize

PropertySpecificationDescriptorSetValue Method

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

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntax
public override void SetValue(
	Object component,
	Object value
)

Parameters

component
Type: SystemObject
The component with the property value that is to be set.
value
Type: SystemObject
The new value.
See Also