Function
Sets or gets the behavior when automatic initialization is enabled and an error occurs during initialization.
Variable type
[ C#: enum DaqInitNGMode ] [ VB.NET: Enum DaqInitNGMode ]
Initial value
PropertyPage
Setting value
Values |
Name |
Description |
0 |
PropertyPage |
Displays the property page. |
1 |
LoadProperty |
Executes the LoadProperty method. |
2 |
Auto |
Executes LoadProperty, and if it fails, displays the property page. |
Remarks
Sets the behavior when it fails after automatically initializing DncDaq when the application starts.
Please set this property from the property window in Visual Studio Designer mode before compiling the application.