Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NLightUIItemContainer Class / IsDescendant Method
The item to examine.


In This Topic
    IsDescendant Method (NLightUIItemContainer)
    In This Topic
    Determines whether the specified item is contained by this container or by any of its children.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsDescendant( _
       ByVal item As NLightUIItem _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NLightUIItemContainer
    Dim item As NLightUIItem
    Dim value As System.Boolean
     
    value = instance.IsDescendant(item)
    public virtual System.bool IsDescendant( 
       NLightUIItem item
    )

    Parameters

    item
    The item to examine.
    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