Programming with Reflection
ShowToolbarLarge method
Syntax object.ShowToolbarLarge ToolbarName, YesNo
Determines toolbar button size in the specified toolbar. For example, this statement specifies large button size in the Standard toolbar:
Session.ShowToolbarLarge "Standard", True
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.