Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ISmartDropDown Interface / ItemCount Property


In This Topic
    ItemCount Property
    In This Topic
    Gets the number of items in the drop down list.
    Syntax
    'Declaration
     
    
    ReadOnly Property ItemCount As Integer
    'Usage
     
    
    Dim instance As ISmartDropDown
    Dim value As Integer
     
    value = instance.ItemCount
    int ItemCount {get;}
    See Also