This documentation is archived and is not being maintained.

ControlBuilder.ControlType Property

Gets the Type for the control to be created.

[Visual Basic]
Public ReadOnly Property ControlType As Type
[C#]
public Type ControlType {get;}
[C++]
public: __property Type* get_ControlType();
[JScript]
public function get ControlType() : Type;

Property Value

The Type for the control to be created.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

ControlBuilder Class | ControlBuilder Members | System.Web.UI Namespace | Type

Show: