InfoConnect for Unisys
IsAttribute Method (IIbmScreen)


Screen row position.
Screen column position.
Tests whether the specified screen location is a field attribute position.
Syntax
'Declaration
 
Function IsAttribute( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Boolean
'Usage
 
Dim instance As IIbmScreen
Dim row As Integer
Dim column As Integer
Dim value As Boolean
 
value = instance.IsAttribute(row, column)
bool IsAttribute( 
   int row,
   int column
)

Parameters

row
Screen row position.
column
Screen column position.

Return Value

The boolean value.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException This exception is thrown if the row or column parameters are outside the range of valid values: (1 to Rows) or (1 to Columns).
See Also