Left property

Left property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also         Example         Applies to

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.