asp.net.ph

Control Constructor

System.Web.UI Namespace


Initializes a new instance of the Control class.

[ VB ]
Public Sub New ( )

[ C# ]
public Control ( );

[ C++ ]
public: Control ( );

[ JScript ]
public function Control ( );

Remarks

Use this constructor to create and initialize a new instance of the Control class.

Example

The following example demonstrates using the Control constructor to instantiate a custom server control.

Control myControl = new Control ( );
  C# VB

See Also

Control Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph