ITemplateEditingFrame.ControlStyle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取编辑框的样式。
public:
property System::Web::UI::WebControls::Style ^ ControlStyle { System::Web::UI::WebControls::Style ^ get(); };
public System.Web.UI.WebControls.Style ControlStyle { get; }
member this.ControlStyle : System.Web.UI.WebControls.Style
Public ReadOnly Property ControlStyle As Style
属性值
表示编辑框的 Web 服务器控件样式特性的 Style。
注解
备注
ITemplateEditingFrame 接口已过时。 GroupStyle在控件设计器的集合中的每个模板组元素上使用属性 TemplateGroups 。