値の中の選択を設定
ドロップダウン (PRIM_MD.Dropdown) のメンバ
名前 | タイプ | データ タイプ | 記述 |
---|---|---|---|
StartPosition | *Input | 整数 | 値の選択が開始する位置 |
Length | *Input (任意) | 整数 | 選択する文字数 |
The SelectText method sets selection within an edit. If the cursor is to the left of the first character, the value will be 0. The most common requirement for Selection handling is completing a value during input. This is managed automatically by the AutoCompleting event. SelectText is provided for completeness and is unlikely to be required for most development purposes.
EPC142030 February 2019