ITemplateEditingFrame::ControlStyle Property

 

Gets the style for the editing frame.

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

property Style^ ControlStyle {
	Style^ get();
}

Property Value

Type: System.Web.UI.WebControls::Style^

A Style that represents the Web server control style attributes for the editing frame.

System_CAPS_noteNote

The ITemplateEditingFrame interface is obsolete. Use the GroupStyle property on each template group element in the TemplateGroups collection of a control designer.

.NET Framework
Available since 1.1
Return to top
Show: