IHtmlControlDesignerBehavior::SetAttribute Method (String^, Object^, Boolean)
.NET Framework (current version)
Sets the specified attribute to the specified object.
Assembly: System.Design (in System.Design.dll)
Parameters
- attribute
-
Type:
System::String^
The attribute to set.
- value
-
Type:
System::Object^
The object on which to set the attribute.
- ignoreCase
-
Type:
System::Boolean
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. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
