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


In This Topic
    IsDupField Property (ScreenCharacter)
    In This Topic
    Gets a value that indicates whether the data cell marks the beginning of duplicate format control order field. Note: IScreenDataConstants.FIELD_MARK_DUP
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDupField As Boolean
    'Usage
     
    
    Dim instance As ScreenCharacter
    Dim value As Boolean
     
    value = instance.IsDupField
    public bool IsDupField {get;}
    Example
    private ScreenCharacter screen;
                
    bool dupField = screen.IsDupField;
    See Also