System.Web.UI.WebControls Namespace ListControl Class
Initializes a new instance of the ListControl class.
[ VB ]
Public Sub New ( )
[ C# ]
public ListControl ( );
[ C++ ]
public: ListControl ( );
[ JScript ]
public function ListControl ( );
The ListControl class is, by itself, not instantiated. Instead, this constructor is called by derived class constructors to initialize state in this type.
ListControl Members