PowerWEB LiveControls for ASP.NET
LiveImageButton Class
Members  See Also  Send comments on this topic.
Dart.LiveControls Namespace : LiveImageButton Class



A control that displays an image and responds to mouse clicks on the image.

Syntax

Visual Basic (Declaration) 
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Web.UI.Design.ControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<LicenseProviderAttribute(System.ComponentModel.LicenseProvider)>
Public Class LiveImageButton 
   Inherits System.Web.UI.WebControls.ImageButton
   Implements ILiveControl 
Visual Basic (Usage)Copy Code
Dim instance As LiveImageButton
C# 
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Web.UI.Design.ControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[LicenseProviderAttribute(System.ComponentModel.LicenseProvider)]
public class LiveImageButton : System.Web.UI.WebControls.ImageButton, ILiveControl  
C++/CLI 
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Web.UI.Design.ControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[LicenseProviderAttribute(System.ComponentModel.LicenseProvider)]
public ref class LiveImageButton : public System.Web.UI.WebControls.ImageButton, ILiveControl  

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.ImageButtonClass.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.Image
            System.Web.UI.WebControls.ImageButton
               Dart.LiveControls.LiveImageButton

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.