Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / UiMode Object / SubItems Property
In This Topic
SubItems Property (UiMode)
In This Topic
Gets a collection of subitems. Each subitem is returned as a user interface control.
Syntax
expression.SubItems As UiControl() object 
where expression is a variable that represents a UiMode Object

Property Value

A UiControl object
See Also