ControlBuilder::DeclareType Property

 

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

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
property Type^ DeclareType {
	virtual Type^ get();
}

Property Value

Type: System::Type^

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

.NET Framework
Available since 2.0
Return to top
Show: