LargeButtons property

LargeButtons 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

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.