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


In This Topic
IsFieldAttributePosition Property
In This Topic
Gets a value indicating whether the data cell contains a field attribute position. Note: IScreenDataConstants.FIELD_ATTR_POS
Syntax
'Declaration
 
Public ReadOnly Property IsFieldAttributePosition As Boolean
 
'Usage
 
Dim instance As ScreenCharacter
Dim value As Boolean
 
value = instance.IsFieldAttributePosition
See Also