Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommand Class / Contains Method
The command to search for.


In This Topic
    Contains Method (NCommand)
    In This Topic
    Searches down in the command tree whether this command or one of its children contains the specified command.
    Syntax
    'Declaration
     
    
    Public Function Contains( _
       ByVal comm As NCommand _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NCommand
    Dim comm As NCommand
    Dim value As System.Boolean
     
    value = instance.Contains(comm)
    public System.bool Contains( 
       NCommand comm
    )

    Parameters

    comm
    The command to search for.
    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