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 |
This member is functionally equivalent to System.Web.UI.WebControls.ButtonClass.
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
System.Web.UI.WebControls.Button
Dart.LiveControls.LiveButton
Target Platforms: Microsoft .NET Framework 2.0