Gets the component that a method should be invoked on.
[Visual Basic] Protected Shared Function GetInvokee( _ ByVal componentClass As Type, _ ByVal component As Object _ ) As Object [C#] protected static object GetInvokee( Type componentClass, object component ); [C++] protected: static Object* GetInvokee( Type* componentClass, Object* component ); [JScript] protected static function GetInvokee( componentClass : Type, component : Object ) : Object;
An instance of the component to invoke. This method returns a visual designer when the property is attached to a visual designer.
MemberDescriptor Class | MemberDescriptor Members | System.ComponentModel Namespace