Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartControl Class / GetPreviousItem Method
The SmartItem from which to begin the search.


In This Topic
    GetPreviousItem Method (SmartControl)
    In This Topic
    Retrieves the previous SmartItem of the specified item in the Items collection in a non-hierarchical manner.
    Syntax
    'Declaration
     
    Public Function GetPreviousItem( _
       ByVal item As SmartItem _
    ) As SmartItem
    'Usage
     
    Dim instance As SmartControl
    Dim item As SmartItem
    Dim value As SmartItem
     
    value = instance.GetPreviousItem(item)
    public SmartItem GetPreviousItem( 
       SmartItem item
    )

    Parameters

    item
    The SmartItem from which to begin the search.

    Return Value

    A reference to a SmartItem representing the previous SmartItem of the specified item in the Items collection in a non-hierarchical manner.
    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