AllowFileName

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

Syntax

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

Parameters

filename
Type: System..::..String

Return Value

See Also