Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / UiMode Object / Parent Property
In This Topic
Parent Property (UiMode)
In This Topic
Gets the parent object. The parent is the View object.
Syntax
expression.Parent As View object 
where expression is a variable that represents a UiMode Object

Property Value

A View object
See Also