Search
Box.Top Property
See Also
 



Gets the Y coordinate of the top side of the box bounding rectangle.

 Syntax

VB6  Copy Code

Public Property Get Top() As Long

C++  Copy Code

public:
int get_Top ()

 Property Value

A long value.

 Remarks

Gets the top side of the bounding rectangle of a box measured, in document coordinates.

 See Also