Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NSelection Class / Contains Method
node to check


In This Topic
    Contains Method (NSelection)
    In This Topic
    Determines whether the specified node is selected
    Syntax
    'Declaration
     
    
    Public Overridable Function Contains( _
       ByVal node As INNode _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NSelection
    Dim node As INNode
    Dim value As System.Boolean
     
    value = instance.Contains(node)
    public virtual System.bool Contains( 
       INNode node
    )

    Parameters

    node
    node to check

    Return Value

    true if the node is selected, otherwise false
    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