InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreenCharacter Interface / IsUnderline Property


In This Topic
    IsUnderline Property (IScreenCharacter)
    In This Topic
    Underline attribute is set.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsUnderline As Boolean
    'Usage
     
    
    Dim instance As IScreenCharacter
    Dim value As Boolean
     
    value = instance.IsUnderline
    bool IsUnderline {get;}
    See Also