Click or drag to resize

SystemIconsIHandlerGetStaticIcon Method

Gets a static system-defined icon for the specified type.

Namespace:  Eto.IO
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
Icon GetStaticIcon(
	StaticIconType type,
	IconSize size
)

Parameters

type
Type: Eto.IOStaticIconType
Type of the static icon to retrieve.
size
Type: Eto.IOIconSize
Size of the icon.

Return Value

Type: Icon
The static icon for the specified type.
See Also