Basic Library for UWP/WinRT XAML
GetNode(Point) メソッド

場所。
指定された場所に最も近い C1TreeViewItem を取得します。
構文
'宣言
 
Public Function GetNode( _
   ByVal position As Windows.Foundation.Point _
) As C1TreeViewItem
public C1TreeViewItem GetNode( 
   Windows.Foundation.Point position
)

パラメータ

position
場所。

戻り値の型

最も近い C1TreeViewItem。
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

参照

関連項目

C1TreeView クラス
C1TreeView メンバ

Send Feedback