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!

ImageButton Class

[To be supplied.]

Object
   Control
      WebControl
         Image
            ImageButton

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.WebControls

Assembly: System.Web.dll

See Also

ImageButton Members | System.Web.UI.WebControls Namespace