Method LoadFile
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.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.