[]
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 | The component with the property for which to retrieve the value. |
Type | Description |
---|---|
object | The value of a property for a given component. |