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
)
Function GetStaticIcon (
type As StaticIconType,
size As IconSize
) As Icon
abstract GetStaticIcon :
type : StaticIconType *
size : IconSize -> Icon
Parameters
- type
- Type: Eto.IOStaticIconType
Type of the static icon to retrieve. - size
- Type: Eto.IOIconSize
Size of the icon.
Return Value
Type:
IconThe static icon for the specified type.
See Also