LargeButtons property

Microsoft Visio Developer Reference

LargeButtons property

See also   Example   

Determines whether large toolbar buttons are shown.

Version added

2000

Syntax

boolVal = object.LargeButtons
object.LargeButtons = boolExpression

boolVal

Boolean. True (non-zero) if large buttons are shown; False (0) if large buttons are not shown.

object

Required. An expression that returns a UIObject object.

boolExpression

Required Boolean. True (non-zero) to show large buttons; False to show small buttons.

Remarks

You can use any UIObject object to get or set this property. The property affects the entire application, and affects the appearance of buttons in the current visible set of toolbars.

Beginning with Microsoft Visio 2002, this setting corresponds to the Large icons check box on the Options tab in the Customize dialog box (on the Tools menu, click Customize) and is shared between Visio 2002 and all Microsoft Office XP applications.