This document is archived and information here might be outdated.  Recommended version.


Button CoClass (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Classes > B > Button CoClass (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Framework)  

Button CoClass

Button CoType.

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