System.Web.UI.Design.IHtmlControlDesignerBehavior.GetStyleAttribute Method

Gets the specified style attribute.

Syntax

public object GetStyleAttribute (string attribute, bool designTimeOnly, bool ignoreCase)

Parameters

attribute
The style attribute to retrieve.
designTimeOnly
true if the attribute is only active at design time; otherwise, false.
ignoreCase
true if the attribute syntax is case-insensitive; otherwise, false.

Returns

The style attribute that was retrieved.

Remarks

Note:

The IHtmlControlDesignerBehavior.GetStyleAttribute(string, bool, bool) method is obsolete. Use the ContainerControlDesigner.GetDesignTimeCssAttributes method on the System.Web.UI.Design.ContainerControlDesigner class for equivalent control designer functionality.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0