FastColoredTextBox.OpenFile Method (String)

T3000 CrossPlatform

FastColoredTextBoxOpenFile Method (String)

[This is preliminary documentation and is subject to change.]

Open text file (with automatic encoding detector)

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public void OpenFile(
	string fileName
)
Public Sub OpenFile ( 
	fileName As String
)

Dim instance As FastColoredTextBox
Dim fileName As String

instance.OpenFile(fileName)

Parameters

fileName
Type: SystemString

[Missing <param name="fileName"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.OpenFile(System.String)"]

See Also