バージョン

SelectionLength プロパティ (EmbeddableEditorBase)

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