ITemplateEditingFrame::TemplateStyles Property

 

Gets the template styles for the control.

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

property array<Style^>^ TemplateStyles {
	array<Style^>^ get();
}

Property Value

Type: array<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: