InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IHotSpots Interface / HotspotsDoubleClick Property


In This Topic
    HotspotsDoubleClick Property (IHotSpots)
    In This Topic
    Gets or sets a value indicating whether a double click is required to activate the hotspot.
    Syntax
    'Declaration
     
    
    Property HotspotsDoubleClick As Boolean
    'Usage
     
    
    Dim instance As IHotSpots
    Dim value As Boolean
     
    instance.HotspotsDoubleClick = value
     
    value = instance.HotspotsDoubleClick
    bool HotspotsDoubleClick {get; set;}
    See Also