Share via


LargeButtons Property [Visio 2003 SDK Documentation]

Determines whether large toolbar buttons are shown.

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.

Version added

2000

Remarks

You can use any UIObject object to get or set this property. The property affects the entire application, and it 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 and all Office 2003 applications.

Applies to | UIObject object