InfoConnect for Airlines
UnprotectedFieldHotSpots Property (IHotSpots)


Gets or sets a value indicating whether hotspots are enabled in unprotected fields on the host screen.
Syntax
'Declaration
 
Property UnprotectedFieldHotSpots As Boolean
'Usage
 
Dim instance As IHotSpots
Dim value As Boolean
 
instance.UnprotectedFieldHotSpots = value
 
value = instance.UnprotectedFieldHotSpots
bool UnprotectedFieldHotSpots {get; set;}
See Also