Attachmate Reflection 2011 VBA Help Send comments on this topic.
_UiControlContainer Interface Members
See Also  Properties  Methods 
Attachmate.Reflection.Objects Library (User Interface) : _UiControlContainer Interface


The following tables list the members exposed by _UiControlContainer.

Public Properties

 NameDescription
 PropertySubItemsGets a generic list of subitems. Each subitem is returned as a user interface control.  
Top

Public Methods

 NameDescription
 MethodGetChildControlByIdReturns the child control that has the specified ID.  
 MethodGetControlByIdReturns the first control that has the specified ID. Searches the current child items as well as all descendents.  
Top

See Also