Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / ScreenCharacter Class / IsMandatoryFillField Property
Example


In This Topic
IsMandatoryFillField Property (ScreenCharacter)
In This Topic
Gets a value indicating 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
Example
private ScreenCharacter screen;
            
bool mandatory = screen.IsMandatoryFillField;
See Also