PowerTools InputMan for Windows Forms 8.0J
SelectedText プロパティ (EditBase)

選択されているテキストの文字列を取得または設定します。
構文
Public Overridable Property SelectedText As String
public virtual string SelectedText {get; set;}

プロパティ値

選択されているテキストの文字列を表すString値。
解説

SelectionStartSelectionLength、 SelectedTextの各プロパティを.NET Frameworkの Clipboardオブジェクトと組み合わせて使うと、切り取り、コピー、 貼り付けの各操作を実行できます。

SelectedText プロパティに新しい値を設定すると、 SelectionLength プロパティは0に設定され、 現在選択されているテキストが新しい文字列に置き換えられます。

参照

EditBase クラス
EditBase メンバ
SelectionLength プロパティ
SelectionStart プロパティ
Select メソッド

 

 


© 2004-2015 GrapeCity inc. All rights reserved.