GrapeCity CalendarGrid for Windows Forms 2.0J
SelectedText プロパティ (GcComboBox)

コントロールで現在選択されているテキストを示す値を取得または設定します。
構文
Public Overrides Property SelectedText As String
public override string SelectedText {get; set;}

プロパティ値

コントロールで現在選択されているテキストを表す文字列。
既定値は string.Empty です。
解説
このプロパティにテキストを割り当てることで、コントロールで現在選択されているテキストを変更できます。コントロールで現在テキストが選択されていない場合、このプロパティは、EditBase.Text プロパティの現在のキャレット位置に新しいテキストを挿入します。
参照

GcComboBox クラス
GcComboBox メンバ
SelectionLength プロパティ
SelectionStart プロパティ
Select(Int32,Int32) メソッド

 

 


c 2008 GrapeCity inc. All rights reserved.