バージョン

EditorDocumentView クラス メンバ

EditorDocumentViewデータ型で公開されるメンバを以下の表に示します。

パブリック プロパティ
 名前解説
Public プロパティCurrentSnapshotVisibleLines の現在セットを生成するために使用する Infragistics.Documents.TextDocumentSnapshot を返します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Public プロパティDocumentビューに関連付けられた Infragistics.Documents.TextDocument を返します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Public プロパティFirstVisibleLineNumberEditorDocumentView で最初に表示される DocumentViewLine のゼロから始まるライン インデックスを返すか、設定します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Public プロパティHorizontalLineOffsetEditorDocumentView に表示される DocumentViewLine のゼロから始まる水平ピクセル オフセットを返すか、設定します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Public プロパティIsActiveEditorDocumentView が現在のアクティブ ビューであるかどうかを返します。(読み取り専用)。  
Public プロパティLastVisibleLineNumberEditorDocumentView で最後に表示される DocumentViewLine のゼロから始まるライン インデックスを返します (読み取り専用)。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Public プロパティSelectionManagerビュー内の選択したテキストを照会し、インタラクトするために使用できるViewSelectionManager インスタンスを返します。(読み取り専用)  
Public プロパティSyntaxEditorビューに関連付けられた XamSyntaxEditor を返します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Public プロパティTextAreaBoundsテキスト領域の境界四角形 (テキストが描画されるスクロールバーとマージン内の領域) をコントロール座標で返します。(読み取り専用) Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Public プロパティViewLocationXamSyntaxEditor コントロール内の現在の EditorDocumentView の位置を示す EditorDocumentViewLocation 列挙を返します。(読み取り専用)。  
Public プロパティVisibleLines現在 DocumentViewBase に表示されている DocumentViewLine の読み取り専用の、監視下のコレクションを返します (読み取り専用)。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドActivateこの EditorDocumentView をアクティブ ビューに設定します。  
Public メソッドBringLineIntoView指定したゼロから始まるライン インデックスのドキュメント ラインを確実にビューに表示します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Public メソッドGetIsLineInView指定したゼロから始まるライン インデックスのドキュメント ラインをビューに表示するかどうかを返します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Public メソッドGetMarginAreaHeight指定した EditorDocumentViewMarginLocation のマージン領域の高さを返します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Public メソッドGetMarginAreaWidth指定した EditorDocumentViewMarginLocation のマージン領域の幅を返します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Public メソッドGoToLineNumber要求したラインをビュー (できれば画面の中央) に表示できるように配置します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Public メソッドGoToOffset指定したドキュメント オフセットをビューのできれば中央に表示し、キャレットを指定オフセット位置に表示できるよう、表示を再読み込みします。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Public メソッドGoToTextLocation指定した Infragistics.Documents.Parsing.TextLocation があるラインをビュー (のできれば中央) に表示し、キャレットを指定文字位置に表示できるよう、表示を再読み込みします。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Public メソッドSnapshotPointFromScreenPoint指定した画面点 (テキスト領域の座標で表現される) に最も近い Infragistics.Documents.SnapshotPoint を返します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Public メソッドTextAreaPointFromViewPoint(スクロールバー、マージン、テキスト領域がある) ビュー座標テキスト領域座標に点を変換します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Public メソッドTextLocationFromScreenPoint指定した画面点 (テキスト領域の座標で表現される) に最も近い Infragistics.Documents.Parsing.TextLocation を返します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Public メソッドViewLineFromLineIndexゼロから始まる指定したライン インデックスの宛先ドキュメント ラインに対応する DocumentViewLine を返します。ゼロから始まる指定したライン インデックスがビューの範囲外の場合は null を返します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Public メソッドViewLineFromVerticalOffset(テキスト座標の) 指定した垂直ピクセル オフセットを格納する DocumentViewLine を返します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Public メソッドViewPointFromTextAreaPointテキスト領域座標から (スクロールバー、マージン、テキスト領域がある) ビュー座標に点を変換します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected Internal メソッドOnActivatedActivated イベントを呼び出します。  
Protected Internal メソッドOnAmbientPropertyChangedオーバーライドされます。 1 つ以上の周囲のフォント プロパティまたは色プロパティを変更すると呼びだします。  
Protected Internal メソッドOnDeactivatedDeactivated イベントを呼び出します。  
Protected Internal メソッドOnDocumentChangedオーバーライドされます。 XamSyntaxEditor.Document プロパティを変更すると呼び出します  
Protected Internal メソッドOnDocumentTextChangedオーバーライドされます。 ドキュメント テキストを変更すると呼び出します。  
Protected Internal メソッドOnDocumentTextChangingオーバーライドされます。 変更に関するドキュメント テキストを変更すると呼びだします。  
Protected Internal メソッドOnDocumentTextLoadedオーバーライドされます。 Infragistics.Documents.TextDocument.Load(System.String) に対する呼び出しの結果として、XamSyntaxEditor.Document にテキストを読み込むと呼びだします。  
Protected Internal メソッドOnLanguageChangedInfragistics.Documents.TextDocument に関連付けた Language を変更すると呼び出します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Protected メソッドOnLayoutChangedオーバーライドされます。 LayoutChanged イベントを呼び出します。  
Protected Internal メソッドOnLoadedDocumentViewBase が読み込まれるときに呼び出されます。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Protected メソッドOnSelectionChangedSelectionChanged イベントを呼び出します。  
Protected Internal メソッドOnServiceAdded関連付けた Infragistics.Documents.TextDocumentLanguage にサービスを登録すると呼び出します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Protected Internal メソッドOnServiceRemoved関連付けた Infragistics.Documents.TextDocumentLanguage にサービスの登録を解除すると呼び出します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Protected Internal メソッドOnUnloadedオーバーライドされます。   
Protected Internal メソッドRefreshLayerLayout指定した AdornmentLayerInfo に説明した Infragistics.Controls.Editors.Primitives.AdornmentLayer のレイアウトを更新します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Protected Internal メソッドRefreshLayersLayoutこの DocumentViewBase と関連付けるすべての Infragistics.Controls.Editors.Primitives.AdornmentLayer のレイアウトを更新します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
トップ
パブリック イベント
 名前解説
Public イベントActivatedEditorDocumentView を起動すると発生します。  
Public イベントDeactivatedEditorDocumentView を停止すると発生します。  
Public イベントLayoutChangedDocumentViewBase のラインのレイアウト変更後に発生します。 Infragistics.Controls.Editors.DocumentViewBaseから継承されます。
Public イベントSelectionChangedXamSyntaxEditor の Selection が変化した後に発生します。  
トップ
参照