System.Web.UI.Design.WebControls.LinkButtonDesigner Class

Provides design-time support in a visual designer for the System.Web.UI.WebControls.LinkButton Web server control.

See Also: LinkButtonDesigner Members

Syntax

public class LinkButtonDesigner : System.Web.UI.Design.TextControlDesigner

Remarks

The System.Web.UI.WebControls.LinkButton control implements the functionality of a System.Web.UI.WebControls.HyperLink control with the visual appearance of a button.

In a visual designer, when you switch from Source to Design view, the markup source code that describes a System.Web.UI.WebControls.LinkButton control is parsed and a design-time version of the control is created on the design surface. When you switch back to Source view, the design-time control is persisted to the markup source code and edited into the markup for the Web page. The System.Web.UI.Design.WebControls.LinkButtonDesigner class provides design-time support for the System.Web.UI.WebControls.LinkButton control.

Requirements

Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0