IHtmlControlDesignerBehavior.SetAttribute Method
.NET Framework 3.0
Sets the specified attribute to the specified object.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
void SetAttribute ( String attribute, Object value, boolean ignoreCase )
function SetAttribute ( attribute : String, value : Object, ignoreCase : boolean )
Not applicable.
Parameters
- attribute
The attribute to set.
- value
The object on which to set the attribute.
- ignoreCase
true if the attribute syntax is case-insensitive; otherwise, false.
Note: |
|---|
| The SetAttribute method is obsolete. Use the SetAttribute method on the Tag property of the ControlDesigner class for equivalent control designer functionality. |
Community Additions
ADD
Show:
Note: