NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Button Class

[To be supplied.]

Object
   Control
      WebControl
         Button

[Visual Basic]
Public Class Button
   Inherits WebControl
   Implements IPostBackEventHandler, IPostBackDataHandler
[C#]
public class Button : WebControl, IPostBackEventHandler,
   IPostBackDataHandler
[C++]
public __gc class Button : public WebControl,
   IPostBackEventHandler, IPostBackDataHandler
[JScript]
public class Button extends WebControl, IPostBackEventHandler,
   IPostBackDataHandler

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.WebControls

Assembly: System.Web.dll

See Also

Button Members | System.Web.UI.WebControls Namespace