Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTablePicker Class / GetLayoutObjects Method


In This Topic
    GetLayoutObjects Method
    In This Topic
    Gets a layout object list, that contains all child elements that are not collapsed.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetLayoutObjects() As NList(Of Object)
    'Usage
     
    
    Dim instance As NTablePicker
    Dim value As NList(Of Object)
     
    value = instance.GetLayoutObjects()
    protected virtual NList<object> GetLayoutObjects()
    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