Method GetWindowHandle
GetWindowHandle()
Retrieves the handle (HWND) of the native window associated with this Blazor window instance.
Declaration
nint GetWindowHandle()
Returns
Type | Description |
---|---|
nint | An nint representing the native window handle. |