MonthCalendar.HitTestInfo Class

Definition

Contains information about an area of a MonthCalendar control. This class cannot be inherited.

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

Remarks

MonthCalendar.HitTestInfo objects are returned by MonthCalendar controls in response to the HitTest method.

Caution

MonthCalendar.HitTestInfo is for informational purposes only; you should not construct these objects and cannot modify any of the members.

Properties

HitArea

Gets the MonthCalendar.HitArea that represents the area of the calendar evaluated by the hit-test operation.

Point

Gets the point that was hit-tested.

Time

Gets the time information specific to the location that was hit-tested.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also