Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll) Version: 5.0.2000.0 (5.0.2000.0)

Syntax

C#
public class ImageDrawButton : ImageButton, 
	IHttpHandler
Visual Basic (Declaration)
Public Class ImageDrawButton _
	Inherits ImageButton _
	Implements IHttpHandler
Visual C++
public ref class ImageDrawButton : public ImageButton, 
	IHttpHandler

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI.WebControls..::.WebControl
      System.Web.UI.WebControls..::.Image
        System.Web.UI.WebControls..::.ImageButton
          Neodynamic.WebControls.ImageDraw..::.ImageDrawButton

See Also