WidgetHandlerTWidgetNativeHandle Property |
Gets the native platform-specific handle for integration purposes
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual IntPtr NativeHandle { get; }
Public Overridable ReadOnly Property NativeHandle As IntPtr
Get
abstract NativeHandle : IntPtr with get
override NativeHandle : IntPtr with get
Property Value
Type:
IntPtrThe native handle.
Implements
WidgetIHandlerNativeHandleSee Also