Finds the topmost box containing the specified point.
SyntaxVB6
Copy Code
|
|---|
Public Function GetBoxAt( _ |
C++
Copy Code
|
|---|
public: |
The Box object found; null (Nothing in Visual Basic) if no box is found at the specified location.
RemarksLooks for a box at the specified document location. If there are more than one boxes at that point, the box that is highest in the Z order is returned.
See Also