When overridden in a derived class, gets the type of the component this property is bound to.
[Visual Basic] MustOverride Public ReadOnly Property ComponentType As Type [C#] public Type ComponentType {abstract get;} [C++] public: __property virtual Type* get_ComponentType() = 0; [JScript] public abstract function get ComponentType() : Type;
A Type that represents the type of component this property is bound to.
Typically, this property is implemented through reflection.
PropertyDescriptor Class | PropertyDescriptor Members | System.ComponentModel Namespace