This documentation is archived and is not being maintained.

IHtmlControlDesignerBehavior.RemoveStyleAttribute Method

Removes the specified style attribute.

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

Parameters

attribute
The style attribute to remove.
designTimeOnly
true if the attribute is active only at design time; otherwise, false.
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: