Method GetDesignedClassName
- Namespace
- Alternet.FormDesigner.Python
- Assembly
- Alternet.FormDesigner.Python.v9.dll
GetDesignedClassName(string)
Retrieves form class name from the content of specified file.
public override string GetDesignedClassName(string userCodeFileName)
Parameters
userCodeFileName
stringName of the file.
Returns
- string
The name of form class.