InfoConnect for Airlines VBA Guide
IsHighIntensity Property (HostField)
Gets a value that indicates whether the data cell contains high intensity text. Note: IScreenDataConstants.ATTR_HIGH_INTENSITY
Syntax
Object.IsHighIntensity As Boolean
Example
Dim host As HostField
Dim intensity As Boolean = host.IsHighIntensity
See Also