com.esri.arcgis.controls
Interface esriARBorderStyle

All Superinterfaces:
java.io.Serializable

public interface esriARBorderStyle
extends java.io.Serializable

Constants from esriARBorderStyle' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriPublisherControls.olb'

Description: 'Control border style options.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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