Class EFLWindowInfo

    Definition

    Namespace:
    Tizen.Applications.ComponentBased.Default
    Assembly:
    Tizen.Applications.ComponentBased.Default.dll

    Window information class for ComponentBasedApplication

    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public class EFLWindowInfo : IWindowInfo, IDisposable
    Inheritance
    object
    EFLWindowInfo
    Implements
    IWindowInfo
    System.IDisposable

    Constructors

    View Source

    EFLWindowInfo(Window)

    Initializes the EFLWindow class.

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public EFLWindowInfo(Window win)
    Parameters
    Type Name Description
    Window win

    The window object of component.

    Properties

    View Source

    ResourceId

    Gets the resource ID of window

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public int ResourceId { get; }
    Property Value
    Type Description
    int

    The native handle of window

    Methods

    View Source

    Dispose()

    Dispose the window resources

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public void Dispose()
    View Source

    Dispose(bool)

    Releases any unmanaged resources used by this object. Can also dispose any other disposable objects.

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    If true, disposes any disposable objects. If false, does not dispose disposable objects.

    Implements

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