Show / Hide Table of Contents

    Class SubwindowOf

    To define the subwindow for an accessible object.

    Inheritance
    Object
    SubwindowOf
    Implements
    IAccessibleRelation
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: ElmSharp.Accessible
    Assembly: ElmSharp.dll
    Syntax
    public class SubwindowOf : IAccessibleRelation

    Properties

    Target

    Gets or sets the target object, which is SubwindowOf.

    Declaration
    public AccessibleObject Target { get; set; }
    Property Value
    Type Description
    AccessibleObject
    API Version
    preview

    Type

    Gets the SubwindowOf type.

    Declaration
    public int Type { get; }
    Property Value
    Type Description
    Int32
    API Version
    preview

    Implements

    IAccessibleRelation
    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX