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


In This Topic
    SpaceDelimiter Property (IHotSpots)
    In This Topic
    Gets or sets a value indicating whether the whitespace created by pressing the spacebar is to be used as a hotspots delimiter.
    Syntax
    'Declaration
     
    
    Property SpaceDelimiter As Boolean
    'Usage
     
    
    Dim instance As IHotSpots
    Dim value As Boolean
     
    instance.SpaceDelimiter = value
     
    value = instance.SpaceDelimiter
    bool SpaceDelimiter {get; set;}
    See Also