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


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