InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IUiControlContainer Interface / SubItems Property


In This Topic
    SubItems Property (IUiControlContainer)
    In This Topic
    Gets a generic list of subitems. Each subitem is returned as an IUiControl.
    Syntax
    'Declaration
     
    
    ReadOnly Property SubItems As ICollection(Of IUiControl)
    'Usage
     
    
    Dim instance As IUiControlContainer
    Dim value As ICollection(Of IUiControl)
     
    value = instance.SubItems
    ICollection<IUiControl> SubItems {get;}
    See Also