IHtmlControlDesignerBehavior::SetAttribute Method (String^, Object^, Boolean)

 

Sets the specified attribute to the specified object.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

void SetAttribute(
	String^ attribute,
	Object^ value,
	bool ignoreCase
)

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.

System_CAPS_noteNote

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
Return to top
Show: