Programming with Reflection

image\rwnprg32.gif ShowToolbarLarge method

 

Syntax object.ShowToolbarLarge ToolbarName, YesNo

 

Description

Determines toolbar button size in the specified toolbar. For example, this statement specifies large button size in the Standard toolbar:

Session.ShowToolbarLarge "Standard", True

Arguments

ToolbarName Argument type: String
The name of the toolbar you want to configure. Toolbar names are not case sensitive. The default toolbar names are:
 Standard
 File Transfer
 Visual Basic
 Setup

 Use NewToolbar to create a new toolbar.

YesNo Argument Type: Boolean
Use True (or rcYes) for large toolbar buttons. Use False (or rcNo) for small toolbar buttons.

 

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command