Left property

Microsoft Visio Developer Reference

Left property

       

Gets the distance between the left edge of the object and the left side of the docking area. Sets the distance between the left edge of a Menu or Toolbar object and the left edge of the screen.

Version added

2000

Syntax

intLong = object.Left
object.Left = intLong

object

Required. An expression that returns a MenuSet or Toolbar object.

intLong

Required Integer. Distance in pixels.

Remarks

The value of intLong must be greater than or equal to zero.