ICImagingControl.ShowPropertyDialog Method

This method opens a dialog to adjust all properties of the currently opened video capture device.
Syntax:
[C#]
public void ShowPropertyDialog(); public void ShowPropertyDialog( IntPtr hParentWindow ); public void ShowPropertyDialog( IWin32Window owner );
Parameter Description
hParentWindow

Handle to the parent window used when creating the dialog.

owner

A System.Windows.Forms.IWin32Window identifying the parent window used when creating the dialog.

Information:

Introduced in version 2.0

Sample:

This example demonstrates how to show the dialog:

[C#]
ICImagingControl1.ShowPropertyDialog();
See also: ICImagingControl, ICImagingControl.ShowDeviceSettingsDialog

<< ICImagingControl