Skip to main content
A newer version of this page is available. .

CalendarHitInfo.ContainsSet(Rectangle, CalendarHitInfoType) Method

Returns whether the specified bounds contain the current test point.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v19.1.dll

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