Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ViewEventArgs Class / View Property


In This Topic
View Property
In This Topic
Returns the IView object.
Syntax
'Declaration
 
Public ReadOnly Property View As IView
 
'Usage
 
Dim instance As ViewEventArgs
Dim value As IView
 
value = instance.View
See Also