Nevron .NET Vision
Nevron.Diagram Namespace / NSceneTree Class / FirstAncestorINStyleable Method
node whose ancestor to obtain


In This Topic
    FirstAncestorINStyleable Method
    In This Topic
    Finds the first node ancestor of type INStyle
    Syntax
    'Declaration
     
    
    Public Shared Function FirstAncestorINStyleable( _
       ByVal node As INNode _
    ) As INStyleable
    'Usage
     
    
    Dim node As INNode
    Dim value As INStyleable
     
    value = NSceneTree.FirstAncestorINStyleable(node)
    public static INStyleable FirstAncestorINStyleable( 
       INNode node
    )

    Parameters

    node
    node whose ancestor to obtain

    Return Value

    first INStyle ancestor, or null if such ancestor does not exist
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also