MouseDeviceInfoHandle Property
Gets or sets the device handle.
Namespace: DevCase.Core.IO.Devices.InputAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public IntPtr Handle { get; set; }
Public Property Handle As IntPtr
Get
Set
Dim instance As MouseDeviceInfo
Dim value As IntPtr
value = instance.Handle
instance.Handle = value
public:
property IntPtr Handle {
IntPtr get ();
void set (IntPtr value);
}
member Handle : IntPtr with get, set
No code example is currently available or this language may not be supported.
Property Value
IntPtr
The device handle.