IHtmlControlDesignerBehavior.RemoveStyleAttribute Method
.NET Framework 3.0
Removes the specified style attribute.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
void RemoveStyleAttribute ( String attribute, boolean designTimeOnly, boolean ignoreCase )
function RemoveStyleAttribute ( attribute : String, designTimeOnly : boolean, ignoreCase : boolean )
Not applicable.
Parameters
- attribute
The style attribute to remove.
- designTimeOnly
true if the attribute is only active at design time; otherwise, false.
- ignoreCase
true if the attribute syntax is case-insensitive; otherwise, false.
Community Additions
ADD
Show: