This documentation is archived and is not being maintained.

IHtmlControlDesignerBehavior.RemoveAttribute Method

Removes the specified attribute from a designer.

[Visual Basic]
Sub RemoveAttribute( _
   ByVal attribute As String, _
   ByVal ignoreCase As Boolean _
)
[C#]
void RemoveAttribute(
   string attribute,
 bool ignoreCase
);
[C++]
void RemoveAttribute(
   String* attribute,
 bool ignoreCase
);
[JScript]
function RemoveAttribute(
   attribute : String,
 ignoreCase : Boolean
);

Parameters

attribute
The attribute to remove.
ignoreCase
true if the attribute syntax is case-insensitive; otherwise, false.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

IHtmlControlDesignerBehavior Interface | IHtmlControlDesignerBehavior Members | System.Web.UI.Design Namespace

Show: