'宣言 Public Function GetIndexAt( _ ByVal screenPoint As System.Windows.Point _ ) As System.Integer
public System.int GetIndexAt( System.Windows.Point screenPoint )
パラメータ
- screenPoint
- このコントロールに相対的な画面内のポイント。
戻り値の型
項目のインデックス。そうでない場合は、-1
'宣言 Public Function GetIndexAt( _ ByVal screenPoint As System.Windows.Point _ ) As System.Integer
public System.int GetIndexAt( System.Windows.Point screenPoint )