InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / DelimiterVisible Property


In This Topic
    DelimiterVisible Property
    In This Topic

    Gets or sets a value indicating whether to make the delimiter characters visible in forms mode.

    Syntax
    'Declaration
     
    
    Property DelimiterVisible As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.DelimiterVisible = value
     
    value = instance.DelimiterVisible
    bool DelimiterVisible {get; set;}

    Property Value

    If false, a space appears instead of the character.
    See Also