Skip to main content

CalendarHitInfo.ContainsSet(Rectangle, CalendarHitInfoType) Method

Returns whether the specified bounds contain the current test point.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool ContainsSet(
    Rectangle bounds,
    CalendarHitInfoType hitTest
)

Parameters

Name Type Description
bounds Rectangle

A Rectangle structure that specifies the bounds.

hitTest CalendarHitInfoType

A type of visual element to assign to the CalendarHitInfo.HitTest property if the specified bounds contain the current test point.

Returns

Type Description
Boolean

true if the specified bounds contain the current test point; otherwise, false.

See Also