Gets the handle to the current video window.
public virtual IntPtr VideoWindow {get;}
public:
virtual property IntPtr VideoWindow {
IntPtr get();
}
'Declaration
Public Overridable ReadOnly Property VideoWindow As IntPtr
'Usage
Dim instance As CaptureCtrl
Dim value As IntPtr
value = instance.VideoWindow
Property Value
An IntPtr value representing the video window handle.