CalendarHitInfo.ContainsSet(Rectangle, CalendarHitInfoType) Method
Returns whether the specified bounds contain the current test point.
Namespace: DevExpress.XtraEditors.Calendar
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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