InfoConnect for Airlines
IsAttributeSpace Property (ScreenCharacter)
Example 


Gets a value that indicates whether field attributes occupy screen space. Note: IScreenDataConstants.FIELD_ATTRIB_SPACE
Syntax
'Declaration
 
Public ReadOnly Property IsAttributeSpace As Boolean
'Usage
 
Dim instance As ScreenCharacter
Dim value As Boolean
 
value = instance.IsAttributeSpace
public bool IsAttributeSpace {get;}
Example
private ScreenCharacter screen;
            
bool attributeSpace = screen.IsAttributeSpace;
See Also