Retrieves the type of the component this PropertyDescriptor is bound to.
[Visual Basic] Overridable Public ReadOnly Property ComponentType As Type [C#] public Type ComponentType {override get;} [C++] public: __property virtual Type* get_ComponentType(); [JScript] public function get ComponentType() : Type;
the type of component.
InheritedPropertyDescriptor Class | InheritedPropertyDescriptor Members | System.ComponentModel.Design Namespace