This documentation is archived and is not being maintained.
IHtmlControlDesignerBehavior.GetStyleAttribute Method
.NET Framework 1.1
Gets the specified style attribute.
[Visual Basic] Function GetStyleAttribute( _ ByVal attribute As String, _ ByVal designTimeOnly As Boolean, _ ByVal ignoreCase As Boolean _ ) As Object [C#] object GetStyleAttribute( string attribute, bool designTimeOnly, bool ignoreCase ); [C++] Object* GetStyleAttribute( String* attribute, bool designTimeOnly, bool ignoreCase ); [JScript] function GetStyleAttribute( attribute : String, designTimeOnly : Boolean, ignoreCase : Boolean ) : Object;
Parameters
- attribute
- The style attribute to retrieve.
- designTimeOnly
- true if the attribute is active only at design time; otherwise, false.
- ignoreCase
- true if the attribute syntax is case-insensitive; otherwise, false.
Return Value
The style attribute that was retrieved.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
IHtmlControlDesignerBehavior Interface | IHtmlControlDesignerBehavior Members | System.Web.UI.Design Namespace
Show: