Left returns or sets the distance in pixels between the internal left edge of an object and the left edge of its container.
Top returns or sets the distance in pixels between the internal top edge of an object and the top edge of its container.
Syntax
Property Get Left() As Single
Property Get Top() As Single
Property Let Left(ByVal Single As Single)
Property Let Top(ByVal Single As Single)
This syntax has these parts:
Part | Description |
Single | An optional Single value. |