[]
When overridden in a derived class, gets the current value of the property on a component.
public override object GetValue(object component)
Public Overrides Function GetValue(component As Object) As Object
Type | Name | Description |
---|---|---|
object | component | Component with the property for which to retrieve the value |
Type | Description |
---|---|
object | The value of a property for a given component. |