バージョン 25.1 (最新)

SelectionLength プロパティ (EmbeddableEditorBase)

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