This documentation is archived and is not being maintained.

IHtmlControlDesignerBehavior.SetAttribute Method

Sets the specified attribute to the specified object.

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

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.

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: