InfoConnect for Airlines
IsAttributeSpace Property (HostField)
Example 


Gets a value indicating whether field attributes occupy space on the screen.
Syntax
'Declaration
 
Public ReadOnly Property IsAttributeSpace As Boolean
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsAttributeSpace
public bool IsAttributeSpace {get;}
Remarks
It returns true if field attributes occupy screen space.
Example
HostField host;
bool AttributesSpace = host.IsAttributesSpace;
See Also