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 ( );
Use this constructor to initialize a new instance of the Button control.
The following shows how to dynamically initialize a new instance of a Button control at run time.
Show me
Button Members