Nevron.UI.WinForm.Controls Namespace / NGalleryPanel Class / IsItemInView Method


In This Topic
    IsItemInView Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function IsItemInView( _
       ByVal item As NGalleryItem, _
       ByVal partially As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NGalleryPanel
    Dim item As NGalleryItem
    Dim partially As System.Boolean
    Dim value As System.Boolean
     
    value = instance.IsItemInView(item, partially)
    public System.bool IsItemInView( 
       NGalleryItem item,
       System.bool partially
    )

    Parameters

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