Method GetValue
GetValue(object)
Gets the current value of the property on a component.
public override object GetValue(object component)
Parameters
component
objectThe component with the property for which to retrieve the value.
Returns
- object
The value of a property for a given component.