EditBaseSelectedText プロパティ
|
コントロールで現在選択されているテキストを示す値を取得または設定します。
名前空間:
GrapeCity.Windows.InputMan.Primitives
アセンブリ:
GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文 public string SelectedText { get; set; }
Public Property SelectedText As String
Get
Set
プロパティ値
型:
String
コントロールで現在選択されているテキストを表す文字列。
既定値は
string.Empty です。
関連項目