InfoConnect for Airlines
IsHighIntensity Property (HostField)
Example 


Gets a value that indicates whether the data cell contains high intensity text.
Syntax
'Declaration
 
Public ReadOnly Property IsHighIntensity As Boolean
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsHighIntensity
public bool IsHighIntensity {get;}
Example
HostField host;
bool intensity = host.IsHighIntensity;
See Also