Home > C#

ITextEditorComponentインターフェイス

新規作成日 2018-06-21
最終更新日

AvalonEditドキュメントの和訳です。原文「ITextEditorComponent Interface

テキスト・エディタ・コントロール(TextEditor、TextAreaやTextView)を表します。

宣言構文

Declaration Syntax

public interface ITextEditorComponent : IServiceProvider

メンバー

Members

メンバー 解説
Document 編集中の文書を取得します。

Document Property

TextDocument Document { get; }
DocumentChanged Documentプロパティが、変更されたとき(文書の内容が、変更されるときではなく、テキスト・エディタが、別の文書に接続されているとき)に発生します。

DocumentChanged Event

event EventHandler DocumentChanged
GetService(Type) 指定された型のサービス・オブジェクトを取得します。(IServiceProviderから継承されます)

OptionChanged Event

event PropertyChangedEventHandler OptionChanged
OptionChanged Optionsプロパティが、変更されたとき、あるいは、現在のオプション・リスト内のオプションが、変更されたとき、発生します。

OptionChanged Event

event PropertyChangedEventHandler OptionChanged
Options テキスト・エディタのオプションを取得します。

Options Property

TextEditorOptions Options { get; }
このエントリーをはてなブックマークに追加

Home PC C# Illustration

Copyright (C) 2011 Horio Kazuhiko(kukekko) All Rights Reserved.
kukekko@gmail.com
ご連絡の際は、お問い合わせページのURLの明記をお願いします。
「掲載内容は私自身の見解であり、所属する組織を代表するものではありません。」