ITemplateEditingFrame.TemplateStyles Property

 

Gets the template styles for the control.

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

Style[] TemplateStyles { get; }

Property Value

Type: System.Web.UI.WebControls.Style[]

An array of Style objects that represent the template styles for the control.

System_CAPS_noteNote

The ITemplateEditingFrame interface is obsolete. A template style is provided through the Style property of a TemplateDefinition object. Enumerate the collection of template definitions by using the Templates property of each TemplateGroup element in the TemplateGroups collection of a control designer.

.NET Framework
Available since 1.1
Return to top
Show: