com.esri.arcgis.controls
Interface esriControlsBorderStyle

All Superinterfaces:
Serializable

public interface esriControlsBorderStyle
extends Serializable

Control border style options.

Product Availability

Available with ArcGIS Engine.


Field Summary
static int esriBorder
          The control has a single pixel, black border.
static int esriNoBorder
          The control has no border.
 

Field Detail

esriNoBorder

static final int esriNoBorder
The control has no border.

See Also:
Constant Field Values

esriBorder

static final int esriBorder
The control has a single pixel, black border.

See Also:
Constant Field Values