バージョン

TimeSlotUIElementFromPoint メソッド

指定された座標に TimeSlotUIElement を返します。ヒット テストは TimeSlotUIElement を生成しなかった場合 Null を返します。
シンタックス
'宣言
 
Public Function TimeSlotUIElementFromPoint( _
   ByVal point As Point _
) As Infragistics.Win.UltraWinSchedule.TimelineView.TimeSlotUIElement
public Infragistics.Win.UltraWinSchedule.TimelineView.TimeSlotUIElement TimeSlotUIElementFromPoint( 
   Point point
)

パラメータ

point
テストするポイントはコントロールの座標系からの相対値で指定します。

戻り値の型

TimeSlotUIElement を返します。指定したポイントに該当する要素が存在しない場合は null を返します。
参照