ControlBuilder::ControlType Property

 

Gets the Type for the control to be created.

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

public:
property Type^ ControlType {
	Type^ get();
}

Property Value

Type: System::Type^

The Type for the control to be created.

This example overrides the OnAppendToParentBuilder method to check the ControlType property to determine what type of control this builder is applied to. If it is a CustomTextBox, the builder checks whether the value of the HasAspCode property is included in the control. If so, an exception is thrown, if not the HasBody method is called.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: