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


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