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



Displays a Live push button control on the Web page.

Syntax

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

Remarks

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

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.Button
            Dart.LiveControls.LiveButton

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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