Nevron.UI.WinForm.Controls Namespace / NGalleryPanel Class / GetItems Method / GetItems(ItemState,Boolean) Method


In This Topic
    GetItems(ItemState,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function GetItems( _
       ByVal state As ItemState, _
       ByVal inViewOnly As System.Boolean _
    ) As NGalleryItem()
    'Usage
     
    
    Dim instance As NGalleryPanel
    Dim state As ItemState
    Dim inViewOnly As System.Boolean
    Dim value() As NGalleryItem
     
    value = instance.GetItems(state, inViewOnly)
    public NGalleryItem[] GetItems( 
       ItemState state,
       System.bool inViewOnly
    )

    Parameters

    state
    inViewOnly
    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