バージョン

GetDragElements(Point) メソッド

コントロール内の特定のポイントでレイアウト項目の UIElements を取得します。
シンタックス
'宣言
 
Protected Overloads Overridable Function GetDragElements( _
   ByVal pointInControlCoords As Point _
) As Infragistics.Win.UIElement()
protected virtual Infragistics.Win.UIElement[] GetDragElements( 
   Point pointInControlCoords
)

パラメータ

pointInControlCoords
コントロール座標内のポイント。

戻り値の型

特定のポイントにあるレイアウト項目を表す UIElement の配列。
参照