An NDoc Documented Class Library

ScreenField.IsVisible Method (Int32)

Return true if the ith character of the field is visible.

public virtual bool IsVisible(
   int i
);

Parameters

i
Zero-based character offset within the field.

Return Value

Flag indicating that this is a character of a visible 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.IsVisible Overload List