[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the !:VideoWindow to render to, a null reference if none is set.

Namespace: KvTv.DirectShow.Components
Assembly:   KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

Syntax

Visual Basic (Declaration)
Public Property Window As VideoWindowBase
C#
public VideoWindowBase Window { get; set; }
Visual C++
public:
property VideoWindowBase^ Window {
	VideoWindowBase^ get ();
	void set (VideoWindowBase^ value);
}