An NDoc Documented Class Library

TerminalScreen.IsInput Method 

Determines if the character at the specified offset is an input field.

public bool IsInput(
   int offset
);

Parameters

offset
0-based offset of character for which data is to be obtained.

Return Value

Flag indicating that this is an input field.

Exceptions

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

See Also

TerminalScreen Class | WRQ.Verastream.HostIntegrator Namespace