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


Button Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Classes > B > Button Class
ArcGIS Developer Help

ButtonClass Class

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