Visual Basic: Windows Controls

GetFirstVisible Method

See Also    Example    Applies To

Returns a reference to the first object visible in the internal area of a control.

Syntax

object.GetFirstVisible()

The object placeholder represents an object expression that evaluates to an object in the Applies To list.

Remarks

A ListView control can contain more ListItem objects than can be seen in the internal area of the ListView control. You can use the reference returned by the GetFirstVisible method to determine the first visible ListItem object in List or Report view.