Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / Hotspot Class / Row Property


In This Topic
Row Property (Hotspot)
In This Topic
Gets or sets whether the hotspot will appear only if the text is in the specified row.
Syntax
'Declaration
 
Public Property Row As Integer
 
'Usage
 
Dim instance As Hotspot
Dim value As Integer
 
instance.Row = value
 
value = instance.Row
See Also