asp.net.ph

Button Constructor

System.Web.UI.WebControls Namespace   Button Class


Initializes a new instance of the Button class.

[ VB ]
Public Sub New ( )

[ C# ]
public Button ( );

[ C++ ]
public: Button ( );

[ JScript ]
public function Button ( );

Remarks

Use this constructor to initialize a new instance of the Button control.

Example

The following shows how to dynamically initialize a new instance of a Button control at run time.

 Show me 

See Also

Button 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