MonthCalendar.HitTestInfo

MonthCalendar.HitTestInfo

System. Windows .Forms (system. windows .forms.dll) sealed class

This class is used to encapsulate the results of the MonthCalendar.HitTest() method. You can use this method to determine the HitArea of the calendar under a particular Point . You can also get the Time represented by that part of the MonthCalendar , if any.

 public sealed class  MonthCalendar.HitTestInfo  {  // Public Instance Properties  public HitArea  HitArea  {get; }    public Point  Point  {get; }    public DateTime  Time  {get; } } 


. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net