Function
Displays the property page.
Format
Ret = dncReadFile1.ShowProperty()
Parameters
None
Return value
Ret [ C#: int ] [ VB.NET: Integer ]
â– Common
|
Value |
Description |
|
0 |
Normality completion |
|
510001 |
The input parameter is invalid. Check the parameter contents. |
Other errors (see: Error code details)
Remarks
Displays the property page.
Example
Displays the property page.
|
C# |
int Ret;
|
|
VB.NET |
Dim Ret As Integer
|