Version

GetItemByKey Method

Returns the first UltraExplorerBarItem in the UltraExplorerBar with the specified Key.
Syntax
'Declaration
 
Public Function GetItemByKey( _
   ByVal key As String _
) As UltraExplorerBarItem
public UltraExplorerBarItem GetItemByKey( 
   string key
)

Parameters

key
The key of the item to search for.

Return Value

An UltraExplorerBarItem object with the specified key or null if no UltraExplorerBarItem exists with the specified key.
Remarks

This method searches each UltraExplorerBarGroup for an UltraExplorerBarItem with the specified key. It begins the search with the first Group in the control's Groups collection.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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