com.esri.arcgis.systemUI
Interface esriCommandStyles

All Superinterfaces:
Serializable

public interface esriCommandStyles
extends Serializable

Command display styles.

Remarks

Use the esriCommandStyles enumeration with the ICommandItem::Style property.

esriCommandStyleTextOnly Displays the command with text only.
esriCommandStyleIconOnly Displays the command with icon only.
esriCommandStyleIconAndText Displays the command with icon and text.
esriCommandStyleMenuBar Displays the commandbar as main menu.

Commands on menus should never have a style of esriCommandStyleIconOnly.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
com.esri.arcgis.systemUI.ICommandItem

Field Summary
static int esriCommandStyleIconAndText
          Display icon and text.
static int esriCommandStyleIconOnly
          Display icon only.
static int esriCommandStyleMenuBar
          Display bar as main menu.
static int esriCommandStyleTextOnly
          Display text only.
 

Field Detail

esriCommandStyleTextOnly

static final int esriCommandStyleTextOnly
Display text only.

See Also:
Constant Field Values

esriCommandStyleIconOnly

static final int esriCommandStyleIconOnly
Display icon only.

See Also:
Constant Field Values

esriCommandStyleIconAndText

static final int esriCommandStyleIconAndText
Display icon and text.

See Also:
Constant Field Values

esriCommandStyleMenuBar

static final int esriCommandStyleMenuBar
Display bar as main menu.

See Also:
Constant Field Values