Class GenGridItemClass

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    It represents the gengrid item class definition field details.

    public class GenGridItemClass : GenItemClass, IDisposable
    Inheritance
    object
    GenItemClass
    GenGridItemClass
    Implements
    System.IDisposable

    Constructors

    View Source

    GenGridItemClass(string)

    Create the GenGridItemClass instance.

    Declaration
    public GenGridItemClass(string style)
    Parameters
    Type Name Description
    string style

    The item display style.

    Methods

    View Source

    CreateItemClass()

    Adds a new gengrid item class in a given GenGrid widget.

    Declaration
    protected override IntPtr CreateItemClass()
    Returns
    Type Description
    System.IntPtr

    The new instance.

    Overrides
    GenItemClass.CreateItemClass()
    View Source

    ReleaseItemClass(IntPtr)

    Removes the item class in a given GenGrid widget.

    Declaration
    protected override void ReleaseItemClass(IntPtr unmanagedPtr)
    Parameters
    Type Name Description
    System.IntPtr unmanagedPtr

    The object to be removed.

    Overrides
    GenItemClass.ReleaseItemClass(IntPtr)

    Implements

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