NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MonthCalendar.HitTestInfo Class

HitTestInfo objects are returned by MonthCalendar in response to the hitTest method. HitTestInfo is for informational purposes only; the user should not construct these objects, and cannot modify any of the members.

Object
   MonthCalendar.HitTestInfo

[Visual Basic]
NotInheritable Public Class MonthCalendar.HitTestInfo
[C#]
public sealed class MonthCalendar.HitTestInfo
[C++]
public __gc __sealed class MonthCalendar.HitTestInfo
[JScript]
public class MonthCalendar.HitTestInfo

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

MonthCalendar.HitTestInfo Members | System.WinForms Namespace | System.WinForms.MonthCalendar.hitTest(int,int)