InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / HostField Class / IsDbcsGraphics Property


In This Topic
    IsDbcsGraphics Property (HostField)
    In This Topic
    Gets a value that indicates whether the field is a DBCS Graphics field.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDbcsGraphics As Boolean
    'Usage
     
    
    Dim instance As HostField
    Dim value As Boolean
     
    value = instance.IsDbcsGraphics
    public bool IsDbcsGraphics {get;}
    See Also