GetExtImage

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

Syntax

C#
protected virtual string GetExtImage(
	string ext
)
Visual Basic
Protected Overridable Function GetExtImage ( _
	ext As String _
) As String
Visual C++
protected:
virtual String^ GetExtImage(
	String^ ext
)

Parameters

ext
Type: System..::..String

Return Value

See Also