IHtmlControlDesignerBehavior.GetStyleAttribute Method (String, Boolean, Boolean)
.NET Framework (current version)
Gets the specified style attribute.
Assembly: System.Design (in System.Design.dll)
abstract GetStyleAttribute : attribute:string * designTimeOnly:bool * ignoreCase:bool -> Object
Parameters
- attribute
-
Type:
System.String
The style attribute to retrieve.
- designTimeOnly
-
Type:
System.Boolean
true if the attribute is only active at design time; otherwise, false.
- ignoreCase
-
Type:
System.Boolean
true if the attribute syntax is case-insensitive; otherwise, false.
Note |
|---|
The GetStyleAttribute method is obsolete. Use the GetDesignTimeCssAttributes method on the ContainerControlDesigner class for equivalent control designer functionality. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
