NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlControl Class

The HtmlControl class defines the methods, properties, and events common to all HTML Server controls in the Web Forms page framework.

Object
   Control
      HtmlControl

[Visual Basic]
MustInherit Public Class HtmlControl
   Inherits Control
   Implements IAttributeAccessor
[C#]
public abstract class HtmlControl : Control, IAttributeAccessor
[C++]
public __gc __abstract class HtmlControl : public Control,
   IAttributeAccessor
[JScript]
public abstract class HtmlControl extends Control,
   IAttributeAccessor

Remarks

This class supplies properties that are inherited by all HTML Server control classes.

Requirements

Namespace: System.Web.UI.HtmlControls

Assembly: System.Web.dll

See Also

HtmlControl Members | System.Web.UI.HtmlControls Namespace