ComponentType Property
ComponentType
Gets the component type of this design site. This value may be different from Component.GetType() if a CustomInstanceFactory created an object using a different type (e.g. ComponentType=Window but Component.GetType()=WindowClone).
Declaration
public abstract Type ComponentType { get; }
Property Value
Type | Description |
---|---|
System.Type |