MonthCalendar.HitTestInfo 类

包含有关 MonthCalendar 控件的区域的信息。无法继承此类。

**命名空间:**System.Windows.Forms
**程序集:**System.Windows.Forms(在 system.windows.forms.dll 中)

语法

声明
Public NotInheritable Class HitTestInfo
用法
Dim instance As HitTestInfo
public sealed class HitTestInfo
public ref class HitTestInfo sealed
public final class HitTestInfo
public final class HitTestInfo

备注

MonthCalendar.HitTestInfo 对象是由 MonthCalendar 控件响应 HitTest 方法而返回的。

警告

MonthCalendar.HitTestInfo 仅供参考,您不应构造这些对象,也不能修改任何成员。

继承层次结构

System.Object
  System.Windows.Forms.MonthCalendar.HitTestInfo

线程安全

此类型的任何公共静态(Visual Basic 中的 Shared)成员都是线程安全的,但不保证所有实例成员都是线程安全的。

平台

Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

MonthCalendar.HitTestInfo 成员
System.Windows.Forms 命名空间
HitTest
MonthCalendar.HitArea 枚举