Freigeben über


MonthCalendar.HitTestInfo.HitArea-Eigenschaft

Ruft den MonthCalendar.HitArea ab, der den Bereich des Kalenders darstellt, der durch die Trefferüberprüfung ausgewertet wurde.

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)

Syntax

'Declaration
Public ReadOnly Property HitArea As HitArea
'Usage
Dim instance As HitTestInfo
Dim value As HitArea

value = instance.HitArea
public HitArea HitArea { get; }
public:
property HitArea HitArea {
    HitArea get ();
}
/** @property */
public HitArea get_HitArea ()
public function get HitArea () : HitArea

Eigenschaftenwert

Einer der MonthCalendar.HitArea-Werte. Der Standardwert ist MonthCalendar.HitArea.Nowhere.

Plattformen

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

MonthCalendar.HitTestInfo-Klasse
MonthCalendar.HitTestInfo-Member
System.Windows.Forms-Namespace
MonthCalendar.HitArea-Enumeration