Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / IFrame Interface / AllViews Property


In This Topic
AllViews Property
In This Topic
Gets all views.
Syntax
'Declaration
 
ReadOnly Property AllViews As IView()
 
'Usage
 
Dim instance As IFrame
Dim value() As IView
 
value = instance.AllViews
See Also