This method displays the Filter dialog.

[Visual Basic]   [ Boolean = ]recordcontrolname.ShowFilterDialog
[Visual C++]     [ BOOL = ]recordcontrolname.ShowFilterDialog()
[VB.NET]   [ Boolean = ]recordcontrolname.ShowFilterDialog()
[C#.NET]   [ bool = ]recordcontrolname.ShowFilterDialog()

Parameters

None

Return Value

Returns True (nonzero) if successful, returns False (0) when not successful.

Explanation

The ShowFilterDialog method displays the Filter dialog. To execute this method successfully, you must first execute the Open method and connect to a Web(USB) camera.

When the ShowFilterDialog method's return value is False (0), values of 2, 11, or 202 will be set in the ErrorStatus property.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation