Search
Box.Bottom Property
See Also
 



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

 Syntax

VB6  Copy Code

Public Property Get Bottom() As Long

C++  Copy Code

public:
int get_Bottom ()

 Property Value

A long value.

 Remarks

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

 See Also