MonthCalendar.HitTestInfo 类

定义

包含有关 MonthCalendar 控件的区域的信息。 此类不能被继承。

public: ref class MonthCalendar::HitTestInfo sealed
public sealed class MonthCalendar.HitTestInfo
type MonthCalendar.HitTestInfo = class
Public NotInheritable Class MonthCalendar.HitTestInfo
继承
MonthCalendar.HitTestInfo

注解

MonthCalendar.HitTestInfo 对象由 MonthCalendar 控件返回,以响应 HitTest 该方法。

注意

MonthCalendar.HitTestInfo 仅用于信息性目的;不应构造这些对象,并且不能修改任何成员。

属性

HitArea

获取 MonthCalendar.HitArea,它表示通过点击测试操作来计算的日历区域。

Point

获取已经过点击测试的点。

Time

获取特定于经过点击测试的位置的时间信息。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅