expression.IsAttributeSpace As Boolean
where expression is a variable that represents a HostField Object
true
if field attributes occupy screen space.expression.IsAttributeSpace As Boolean
Dim host As HostField Dim AttributesSpace As Boolean = host.IsAttributesSpace