Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NImageIndexListBox Class / FilterItemOnProperty Method / FilterItemOnProperty(Object,String) Method


In This Topic
    FilterItemOnProperty(Object,String) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Function FilterItemOnProperty( _
       ByVal item As System.Object, _
       ByVal field As System.String _
    ) As System.Object
    'Usage
     
    
    Dim instance As NImageIndexListBox
    Dim item As System.Object
    Dim field As System.String
    Dim value As System.Object
     
    value = instance.FilterItemOnProperty(item, field)
    protected System.object FilterItemOnProperty( 
       System.object item,
       System.string field
    )

    Parameters

    item
    field
    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