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

Displays the propeties dialog for the TV capture device.

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

Syntax

Visual Basic (Declaration)
Public Sub ShowPropertiesDialog ( _
	owner As IWin32Window _
)
C#
public void ShowPropertiesDialog (
	IWin32Window owner
)
Visual C++
public:
void ShowPropertiesDialog (
	IWin32Window^ owner
)

Parameters

owner
System.Windows.Forms.IWin32Window
The owner of the dialog.

Exceptions

ExceptionCondition
System.InvalidOperationExceptionThe graph has not been Render()ed.