Function
Displays the property page.
Format
Ret = dncLevel1.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 also: Error code details)
Remarks
Displays the property page.
Example
Displays the property page.
C# |
int
Ret;
|
VB.NET |
Dim
Ret As Integer
|