ControlBuilder.DeclareType Property

Definition

Gets the type that will be used by code generation to declare the control.

public:
 virtual property Type ^ DeclareType { Type ^ get(); };
public virtual Type DeclareType { get; }
member this.DeclareType : Type
Public Overridable ReadOnly Property DeclareType As Type

Property Value

The Type of the control used by code generation to declare the control.

Applies to