ITemplateEditingFrame.TemplateStyles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the template styles for the control.
public:
property cli::array <System::Web::UI::WebControls::Style ^> ^ TemplateStyles { cli::array <System::Web::UI::WebControls::Style ^> ^ get(); };
public System.Web.UI.WebControls.Style[] TemplateStyles { get; }
member this.TemplateStyles : System.Web.UI.WebControls.Style[]
Public ReadOnly Property TemplateStyles As Style()
Property Value
An array of Style objects that represent the template styles for the control.
Remarks
Note
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.