InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / ScreenCharacter Class / IsAplCharacterSet Property
Example


In This Topic
    IsAplCharacterSet Property (ScreenCharacter)
    In This Topic
    Gets a value that indicates whether the data cell displays with APL characters. Note: IScreenDataConstants.ATTR_CHAR_SET_AP
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAplCharacterSet As Boolean
    'Usage
     
    
    Dim instance As ScreenCharacter
    Dim value As Boolean
     
    value = instance.IsAplCharacterSet
    public bool IsAplCharacterSet {get;}
    Example
    private ScreenCharacter screen;
                
    bool charSet = screen.IsAplCharacterSet;
    See Also