'Declaration Public Function SelectFirstItem() As Boolean
'Usage Dim instance As SmartItemCollection Dim value As Boolean value = instance.SelectFirstItem()
public bool SelectFirstItem()
Return Value
true if a SmartItem was selected; false otherwise.