A Tool is a button on a Toolbar. The tool may execute some client-side code when clicked on the toolbar, which sets the stage for interaction with the map or layout. When the interaction with the map or layout is finished, the tool then executes some code on the server side.
At any time, only one tool is selected in a toolbar. The Toolbar's Group property allows multiple toolbars to be linked, so that only one tool among all grouped toolbars will be active.
Object Model
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Tool |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also