InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / Hotspot Class / SpaceDelimiter Property


In This Topic
    SpaceDelimiter Property (Hotspot)
    In This Topic
    Gets or sets a value indicating whether to use the white space created by pressing the SPACEBAR as a hotspot delimiter.
    Syntax
    'Declaration
     
    
    Public Property SpaceDelimiter As Boolean
    'Usage
     
    
    Dim instance As Hotspot
    Dim value As Boolean
     
    instance.SpaceDelimiter = value
     
    value = instance.SpaceDelimiter
    public bool SpaceDelimiter {get; set;}
    See Also