Gets the value for the specified property. This method searches up the property outline chain looking for a property of the specified type.
[Visual Basic] Function FindPropertyValue( _ ByVal name As String, _ ByVal type As Type _ ) As Object [C#] object FindPropertyValue( string name, Type type ); [C++] Object* FindPropertyValue( String* name, Type* type ) = 0; [JScript] function FindPropertyValue( name : String, type : Type ) : Object;
The value of the property.
IEditorSite Interface | IEditorSite Members | System.ComponentModel.Design Namespace