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


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