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


In This Topic
    IsNoCharacter Property
    In This Topic
    No character exists at this position.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsNoCharacter As Boolean
    'Usage
     
    
    Dim instance As IScreenCharacter
    Dim value As Boolean
     
    value = instance.IsNoCharacter
    bool IsNoCharacter {get;}
    See Also