Click or drag to resize

IconManagerGetIconManager Method

Gets the icon manager object to use. The icon manager provides for per-application customization of platform icons. Note that at this time there is no support for icon localization. If a manager object already exists for the current context then that existing object will be returned. If not, a new object will be created and initialized.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static IconManager GetIconManager(
	IAppContext cxt
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.

Return Value

Type: IconManager
The icon manager object to use.
See Also