Basic Library for UWP/WinRT XAML
GetIndexAt メソッド (C1ListViewer)

このコントロールに相対的な画面内のポイント。
画面内の指定された位置にある項目のインデックスを取得します。
構文
'宣言
 
Public Function GetIndexAt( _
   ByVal screenPoint As Windows.Foundation.Point _
) As System.Integer
public System.int GetIndexAt( 
   Windows.Foundation.Point screenPoint
)

パラメータ

screenPoint
このコントロールに相対的な画面内のポイント。

戻り値の型

項目のインデックス。そうでない場合は、-1
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1ListViewer クラス
C1ListViewer メンバ

Send Feedback