com.esri.arcgis.controls
Interface esriControlsBorderStyle

All Superinterfaces:
java.io.Serializable

public interface esriControlsBorderStyle
extends java.io.Serializable

Constants from esriControlsBorderStyle' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriControls.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 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