com.esri.arcgis.controls
Interface esriARBorderStyle

All Superinterfaces:
Serializable

public interface esriARBorderStyle
extends Serializable

Control border style options.

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.


Field Summary
static int esriARBorderStyleBorder
          The control has a single pixel, black border.
static int esriARBorderStyleNoBorder
          The control has no border.
 

Field Detail

esriARBorderStyleNoBorder

static final int esriARBorderStyleNoBorder
The control has no border.

See Also:
Constant Field Values

esriARBorderStyleBorder

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

See Also:
Constant Field Values