Attachmate.Reflection.Emulation.Common Namespace > ScreenCharacter Class : IsAttributeSpace Property |
Gets
a value that indicates whether field attributes occupy screen space. Note: IScreenDataConstants.FIELD_ATTRIB_SPACE'Declaration
Public ReadOnly Property IsAttributeSpace As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsAttributeSpace
public bool IsAttributeSpace {get;}
private ScreenCharacter screen; bool attributeSpace = screen.IsAttributeSpace;