ITemplateEditingFrame インターフェイス

定義

注意事項

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)

コントロールの名前を指定した名前に変更します。

適用対象

こちらもご覧ください