InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / Hotspot Class / FollowedByDelimiter Property


In This Topic
    FollowedByDelimiter Property (Hotspot)
    In This Topic
    Gets or sets a value indicating whether the hotspot must be followed by a delimiter, usually a space.
    Syntax
    'Declaration
     
    
    Public Property FollowedByDelimiter As Boolean
    'Usage
     
    
    Dim instance As Hotspot
    Dim value As Boolean
     
    instance.FollowedByDelimiter = value
     
    value = instance.FollowedByDelimiter
    public bool FollowedByDelimiter {get; set;}
    See Also