Share via


Height Property [Visio 2003 SDK Documentation]

Gets or sets the height of a menu set or toolbar.

intRet = object**.Height**

object**.Height***= newVal*

intRet     Integer. The height.

object     Required. An expression that returns a MenuSet or Toolbar object for which you want to get the height.

newVal     Required. Integer. New height of the object.

Version added

2000

Remarks

If the object is docked or protected from resizing, the application returns an error.

Applies to | MenuSet object | Toolbar object

See Also | Left property | Position property | Width property