ITemplateEditingFrame 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Use of this type is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202
提供管理模板编辑区域的界面。
public interface class ITemplateEditingFrame : IDisposable
public interface ITemplateEditingFrame : IDisposable
[System.Obsolete("Use of this type is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202")]
public interface ITemplateEditingFrame : IDisposable
type ITemplateEditingFrame = interface
interface IDisposable
[<System.Obsolete("Use of this type is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202")>]
type ITemplateEditingFrame = interface
interface IDisposable
Public Interface ITemplateEditingFrame
Implements IDisposable
- 属性
- 实现
注解
备注
ITemplateEditingFrame 接口已过时。 使用 TemplateGroups 属性可访问控件设计器的模板组和模板组中的模板定义。
模板编辑框表示模板化控件设计器的模板编辑器的 UI。
属性
ControlStyle |
获取编辑框的样式。 |
InitialHeight |
获取或设置控件的初始高度。 |
InitialWidth |
获取或设置控件的初始宽度。 |
Name |
获取编辑框的名称。 |
TemplateNames |
获取要使用的模板的名称集。 |
TemplateStyles |
获取控件的模板样式。 |
Verb |
获取或设置调用此模板的谓词。 |
方法
Close(Boolean) |
关闭该控件并根据需要保存所有更改。 |
Dispose() |
执行与释放或重置非托管资源关联的应用程序定义的任务。 (继承自 IDisposable) |
Open() |
打开并显示该控件。 |
Resize(Int32, Int32) |
将控件的大小调整到指定的宽度和高度。 |
Save() |
保存对文档所做的所有更改。 |
UpdateControlName(String) |
将控件的名称更改为指定的名称。 |