Share via


DesignPropertyDescriptor.ComponentType Property

Definition

Delegates to base.

public:
 virtual property Type ^ ComponentType { Type ^ get(); };
public:
 virtual property Platform::Type ^ ComponentType { Platform::Type ^ get(); };
public override Type ComponentType { get; }
member this.ComponentType : Type
Public Overrides ReadOnly Property ComponentType As Type

Property Value

The type of the component.

Remarks

This method calls the base method.

Applies to