Return the related file Windows icon

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function GetIcon ( _
	path As String, _
	selected As Boolean, _
	small As Boolean _
) As Icon
C#
public static Icon GetIcon(
	string path,
	bool selected,
	bool small
)

Parameters

path
Type: System..::..String
selected
Type: System..::..Boolean
small
Type: System..::..Boolean

Return Value

See Also