Enum IconLookupOrder

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    Enumeration for the icon lookup order. Should look for icons in the theme, FDO paths, or both.

    [Obsolete("This has been deprecated in API12")]
    public enum IconLookupOrder

    Fields

    Name Description
    FreeDesktopFirst

    Icon look up order: freedesktop, theme.

    FreeDesktopOnly

    Icon look up order: freedesktop.

    ThemeFirst

    Icon look up order: theme, freedesktop.

    ThemeOnly

    Icon look up order: theme.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX