ToolStripComboBox.SelectionStart プロパティ
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Dim instance As ToolStripComboBox Dim value As Integer value = instance.SelectionStart instance.SelectionStart = value
/** @property */ public int get_SelectionStart () /** @property */ public void set_SelectionStart (int value)
現在選択されているテキストの文字列の最初の文字の、0 から始まるインデックス番号。

コントロールでテキストが選択されていない場合、このプロパティは新しいテキストの挿入位置を示します。このプロパティがコントロール内のテキストの長さを超えた位置に設定されている場合、選択開始点は最後の文字の後ろになります。テキスト ボックス コントロールでテキストが選択されているとき、このプロパティを変更すると SelectionLength プロパティの値が解放される場合があります。SelectionStart プロパティで示される位置より後ろにあるコントロール内の残りのテキストが SelectionLength プロパティの値未満の場合、SelectionLength プロパティの値は自動的に小さくなります。SelectionStart プロパティの値によって、SelectionLength プロパティの値が大きくなることはありません。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からToolStripComboBox.SelectionStart プロパティを検索する場合は、下記のリンクをクリックしてください。

- ToolStripComboBox.SelectionStart プロパティのページへのリンク