Class ItemObjectExtension

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    The ItemObjectExtension is used to manage the item object extension.

    [Obsolete("This has been deprecated in API12")]
    public static class ItemObjectExtension
    Inheritance
    object
    ItemObjectExtension

    Methods

    View Source

    ClearHighlight(ItemObject)

    Clears the highlight of the item object.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public static void ClearHighlight(this ItemObject obj)
    Parameters
    Type Name Description
    ItemObject obj

    The item object, which has cleared the highlight.

    View Source

    GrabHighlight(ItemObject)

    Grabs the highlight of the item object.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public static void GrabHighlight(this ItemObject obj)
    Parameters
    Type Name Description
    ItemObject obj

    The item object, which has grabbed the highlight.

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