//
// System.Web.UI.HtmlTextWriterAttribute.cs
//
// Author:
// Bob Smith
//
// (C) Bob Smith
//
using System;
using System.Web;
namespace System.Web.UI
{
public enum HtmlTextWriterAttribute
{
Accesskey,
Align,
Alt,
Background,
Bgcolor,
Border,
Bordercolor,
Cellpadding,
Cellspacing,
Checked,
Class,
Cols,
Colspan,
Disabled,
For,
Height,
Href,
Id,
Maxlength,
Multiple,
Name,
Nowrap,
Onchange,
Onclick,
ReadOnly,
Rows,
Rowspan,
Rules,
Selected,
Size,
Src,
Style,
Tabindex,
Target,
Title,
Type,
Valign,
Value,
Width,
Wrap
}
}