Method LoadFile
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v9.dll
LoadFile(string)
When implemented by a class, loads the contents of a text file into Text
property.
bool LoadFile(string filePath)
Parameters
filePath
stringRepresents name of file on disk.
Returns
- bool
True if succeed; otherwise false.