RootComponent.ComponentType Property

Definition

Gets or sets the type of the root component. This type must implement IComponent.

public:
 property Type ^ ComponentType { Type ^ get(); void set(Type ^ value); };
public Type? ComponentType { get; set; }
member this.ComponentType : Type with get, set
Public Property ComponentType As Type

Property Value

Applies to