Xceed SmartUI for WinForms v3.6 Documentation
GetNextItem Method (SmartControl)


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace > SmartControl Class : GetNextItem Method
The SmartItem from which to begin the search.
Retrieves the next SmartItem of the specified item in the Items collection in a non-hierarchical manner.
Syntax
'Declaration
 
Public Function GetNextItem( _
   ByVal item As SmartItem _
) As SmartItem
'Usage
 
Dim instance As SmartControl
Dim item As SmartItem
Dim value As SmartItem
 
value = instance.GetNextItem(item)
public SmartItem GetNextItem( 
   SmartItem item
)

Parameters

item
The SmartItem from which to begin the search.

Return Value

A reference to a SmartItem representing the next 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

Reference

SmartControl Class
SmartControl Members