Class Window.SafeNativeWindowHandle

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    Contains and encapsulates Native Window handle.

    public class Window.SafeNativeWindowHandle : SafeHandle
    Inheritance
    object
    Window.SafeNativeWindowHandle

    Constructors

    View Source

    SafeNativeWindowHandle()

    Constructor, Native window handle is set to handle.

    Declaration
    public SafeNativeWindowHandle()

    Properties

    View Source

    IsInvalid

    Null check if the handle is valid or not.

    Declaration
    public override bool IsInvalid { get; }
    Property Value
    Type Description
    bool

    Methods

    View Source

    ReleaseHandle()

    Release handle itself.

    Declaration
    protected override bool ReleaseHandle()
    Returns
    Type Description
    bool

    true when released successfully.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX