About customizing the user interface |
|
Release 9.3
Last modified June 5, 2008 |
![]() ![]() ![]() Print all topics in : "Customizing the user interface" |
You may want the ArcMap and ArcCatalog interfaces to reflect your own preferences and the way you work.
You can customize ArcMap and ArcCatalog in many ways, such as:
If you work in a large organization, you may want to customize the work environment for some of the users. You can handle many customization tasks without writing a single line of code. You can change or create toolbars, menus, shortcut keys, and so on, to help you do your work in the most efficient way. You can provide additional functionality by creating custom buttons and tools that you can program to perform custom tasks.
One of the principal ways you can tailor the applications to suit your needs is to use the Customize dialog box to change menus and toolbars. Click Customize on the Tools menu or right-click any open toolbar and choose Customize from the menu. When you open the Customize dialog box, you can modify existing menus, toolbars, and context menus with simple drag-and-drop techniques. You can also create your own menus, toolbars, and context menus.
If you change things radically and want to return the user interface to its core settings, you can do so easily.
If you make customization changes to your Normal template for ArcCatalog or ArcMap and decide you would like to reset them to the original settings, simply delete the Normal template file. Upon startup, ArcMap and ArcCatalog will regenerate the Normal templates if they are missing.
If you have some code or would like to write code to be used in ArcCatalog or ArcMap, this code needs to be entered as a macro or attached to a user interface control (UIControl).
Learn more about creating, editing, and running macros
Learn more about UIControls