'宣言
Public Function TimeSlotUIElementFromPoint( _
ByVal As Point _
) As Infragistics.Win.UltraWinSchedule.TimelineView.TimeSlotUIElement
public Infragistics.Win.UltraWinSchedule.TimelineView.TimeSlotUIElement TimeSlotUIElementFromPoint(
Point
)
パラメータ
- point
- テストするポイントはコントロールの座標系からの相対値で指定します。
戻り値の型
TimeSlotUIElement を返します。指定したポイントに該当する要素が存在しない場合は null を返します。