Extended image button.

Note: Added Hover funtionality.

Namespace: MonoSoftware.Web.Controls
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public class ExtendedImageButton : ImageButton
Visual Basic
Public Class ExtendedImageButton
	Inherits ImageButton
Visual C++
public ref class ExtendedImageButton : public ImageButton
F#
type ExtendedImageButton =  
    class
        inherit ImageButton
    end

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      System.Web.UI.WebControls..::..Image
        System.Web.UI.WebControls..::..ImageButton
          MonoSoftware.Web.Controls..::..ExtendedImageButton

See Also