[Visual Basic] Overloads Public Sub Present( _ ByVal OverrideWindowHandle As IntPtr _ )
[C#] public void Present( IntPtrOverrideWindowHandle );
Parameters
OverrideWindowHandle
Destination window whose client area is taken as the target for this presentation. If this parameter is not used, PresentParameters.DeviceWindow is taken.