Verastream Host Integrator .Net Reference

ScreenField.IsBlink Method (Int32)

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

[Visual Basic]
Overloads Public Function IsBlink( _
   ByVal index As Integer _
) As Boolean
[C#]
public bool IsBlink(
   int index
);

Parameters

index
See Remarks.

Return Value

See Remarks

Remarks

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

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionThrown when the index argument value is out of range.

See Also

ScreenField Class | ScreenField Members | WRQ.Verastream.HostIntegrator Namespace | ScreenField.IsBlink Overload List