[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
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
| Exception | Condition |
|---|---|
| System.InvalidOperationException | The graph has not been Render()ed. |