InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / HostField Class / IsDefaultDisplay Property
Example


In This Topic
    IsDefaultDisplay Property (HostField)
    In This Topic
    Gets a value indicating whether the data cell is displayed with default attributes.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDefaultDisplay As Boolean
    'Usage
     
    
    Dim instance As HostField
    Dim value As Boolean
     
    value = instance.IsDefaultDisplay
    public bool IsDefaultDisplay {get;}
    Example
    HostField host;
    bool display = host.IsDefaultDisplay;
    See Also