LoadFile Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| Editor..::..LoadFile Method |
| Editor Class Example See Also Send Feedback |
Loads the contents of a file into the CuteEditor control.
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public void LoadFile( string _filename ) |
| Visual Basic |
|---|
Public Sub LoadFile ( _ _filename As String _ ) |
| Visual C++ |
|---|
public: void LoadFile( String^ _filename ) |
Parameters
- _filename
- Type: System..::..String
The text file to load into CuteEditor
Examples
editor1.LoadFile("~/doc/mtText.css");