An NDoc Documented Class Library

ScreenField.IsHighIntensity Method (Int32)

Return true if the ith character of the field is high intensity. Note: VHI emulation (3270 and 5250) never set this bit.

public virtual bool IsHighIntensity(
   int i
);

Parameters

i
Zero-based character offset within the field.

Return Value

Flag indicating that this is a character of a numeric field.

Remarks

This method supports the Verastream .NET API framework and is not intended to be used directly in your code.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException Thrown when the index argument value is out of range.

See Also

ScreenField Class | WRQ.Verastream.HostIntegrator Namespace | ScreenField.IsHighIntensity Overload List