バージョン 22.2

SelectedText プロパティ (EmbeddableEditorBase)

エディターで選択されるテキストを設定します。
シンタックス
public string SelectedText {get; set;}
例外
例外解説
System.InvalidOperationExceptionエディターは編集モードではない場合にスローされた例外。
System.NotSupportedExceptionエディターがオーバーライドし、SupportsSelectableText プロパティから True を返さない場合にスローされた例外。
参照