Namespace: CuteEditor.Dialogs
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
protected bool AllowFileName(
	string filename
)
Visual Basic
Protected Function AllowFileName ( _
	filename As String _
) As Boolean
Visual C++
protected:
bool AllowFileName(
	String^ filename
)

Parameters

filename
Type: System..::..String

See Also