Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTreeView Class / ExpandAll Method


In This Topic
    ExpandAll Method (NTreeView)
    In This Topic
    Expands/collapses all items depending on the value of the expand parameter.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ExpandAll( _
       ByVal expand As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NTreeView
    Dim expand As System.Boolean
     
    instance.ExpandAll(expand)
    public virtual void ExpandAll( 
       System.bool expand
    )

    Parameters

    expand
    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