Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NVisual Class / ParentVisual Property


In This Topic
    ParentVisual Property
    In This Topic
    Gets the parent visual. This implementation returns the first ancestor that is a visual.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ParentVisual As NVisual
    'Usage
     
    
    Dim instance As NVisual
    Dim value As NVisual
     
    value = instance.ParentVisual
    public NVisual ParentVisual {get;}
    Remarks
    If this visual is a NWindow instance, this property returns null - i.e. Windows may reside in other elements, but they do not consider them as visual parents.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also