An NDoc Documented Class Library

ScreenField.IsInput Method (Int32)

Return true if the ith (zero-based) character of the field is for input.

public virtual bool IsInput(
   int i
);

Parameters

i
Zero-based character offset within the field.

Return Value

Flag indicating this is the character of an input 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.IsInput Overload List