Finds toolbox icon associated with passed type.

Namespace:  Greatis.PrintSuite
Assembly:  Greatis.PrintSuite (in Greatis.PrintSuite.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function GetTypeImage ( _
	t As Type _
) As Image
C#
public static Image GetTypeImage(
	Type t
)
Visual C++
public:
static Image^ GetTypeImage(
	Type^ t
)
JavaScript
Greatis.PrintSuite.Service.getTypeImage = function(t);

Parameters

t
Type: System..::.Type
Type for searching the icon.

Return Value

Icon associated with passed component type.

See Also