Display property window for the video capture device providing its configuration capabilities.

Namespace:  AForge.Video.DirectShow
Assembly:  AForge.Video.DirectShow (in AForge.Video.DirectShow.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public void DisplayPropertyPage(
	IntPtr parentWindow
)

Parameters

parentWindow
Type: System..::.IntPtr
Handle of parent window.

Remarks

Note:If you pass parent window's handle to this method, then the displayed property page will become modal window and none of the controls from the parent window will be accessible. In order to make it modeless it is required to pass Zero as parent window's handle.

Exceptions

ExceptionCondition
System..::.NotSupportedExceptionThe video source does not support configuration property page.

See Also