ControlDesigner.Tag Property

Gets an object representing the HTML markup element for the associated control.

Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)

protected:
property IControlDesignerTag^ Tag {
	IControlDesignerTag^ get ();
}
/** @property */
protected IControlDesignerTag get_Tag ()

protected function get Tag () : IControlDesignerTag

Not applicable.

Property Value

An IControlDesignerTag object that represents the HTML markup element for the associated control.

Typically, the Tag property is used only for communication between the design host and the control designer and is not used by control developers.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: