Freigeben über


Control.ControlAccessibleObject.Handle-Eigenschaft

Ruft das Handle des zugreifbaren Objekts ab oder legt dieses fest.

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

Syntax

'Declaration
Public Property Handle As IntPtr
'Usage
Dim instance As ControlAccessibleObject
Dim value As IntPtr

value = instance.Handle

instance.Handle = value
public IntPtr Handle { get; set; }
public:
property IntPtr Handle {
    IntPtr get ();
    void set (IntPtr value);
}
/** @property */
public IntPtr get_Handle ()

/** @property */
public void set_Handle (IntPtr value)
public function get Handle () : IntPtr

public function set Handle (value : IntPtr)

Eigenschaftenwert

Ein IntPtr, der das Handle des Steuerelements darstellt.

Hinweise

Der Wert der Handle-Eigenschaft für das Control.ControlAccessibleObject ist gleich der Handle-Eigenschaft des zugeordneten Control.

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

Control.ControlAccessibleObject-Klasse
Control.ControlAccessibleObject-Member
System.Windows.Forms-Namespace
Control.Handle-Eigenschaft