Retrieves the current value of the property on component, invoking the getXXX method. An exception in the getXXX method will pass through.
[Visual Basic] Overrides Public Function GetValue( _ ByVal component As Object _ ) As Object [C#] public override object GetValue( object component ); [C++] public: override Object* GetValue( Object* component ); [JScript] public override function GetValue( component : Object ) : Object;
the value of the property for the given component.
InheritedPropertyDescriptor Class | InheritedPropertyDescriptor Members | System.ComponentModel.Design Namespace