ArcObjects Library Reference (Framework)  

Button Class

Button CoType.

Button is a non-creatable object. References to non-creatable objects must be obtained through other objects.

Product Availability

Available with ArcGIS Desktop.

Description

The Button object is a simple command that acts as a button or menu item and performs a simple action when clicked. To create a custom Button you only have to implement the esriSystemUI.ICommand interface.

Supported Platforms

Windows

Interfaces

Interfaces Description
ICommand (esriSystemUI) Provides access to members that define a COM command.

See Also

ICommand Interface