Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / Hotspot Class / Column Property


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