[To be supplied.]
[Visual Basic] Overridable Public Function FindPropertyValue( _ ByVal name As String, _ ByVal type As Type _ ) As Object [C#] public virtual object FindPropertyValue( string name, Type type ); [C++] public: virtual Object* FindPropertyValue( String* name, Type* type ); [JScript] public function FindPropertyValue( name : String, type : Type ) : Object;
ValueEditorHost Class | ValueEditorHost Members | System.ComponentModel.Design Namespace