ASP.NET Pack Programmer's Guide
Button Class
Remarks See Also
 





Represents a customizable button.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public class Button : WebControl, IScriptControl, IPostBackDataHandler, IPostBackEventHandler, IStateManager, IButtonControl, IThemable

Visual Basic  Copy Code

Public Class Button
    Inherits WebControl
    Implements IScriptControl, IPostBackDataHandler, IPostBackEventHandler, IStateManager, IButtonControl, IThemable

 Remarks

For additional information on how to use the control, please refer to the Button topic in the Using the controls section.

 Inheritance Hierarchy

System.Object
    System.Web.UI.Control
        System.Web.UI.WebControls.WebControl
            MindFusion.UI.WebForms.Button

 See Also

Using the controls - Button
Button Members
MindFusion.UI.WebForms Namespace