com.esri.arcgis.controls
Interface esriARAppearance

All Superinterfaces:
java.io.Serializable

public interface esriARAppearance
extends java.io.Serializable

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

Description: 'Control appearance 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 esriARAppearance3D
          The control has a 3D appearance.
static int esriARAppearanceFlat
          The control has a flat appearance.
 

Field Detail

esriARAppearanceFlat

static final int esriARAppearanceFlat
The control has a flat appearance.

See Also:
Constant Field Values

esriARAppearance3D

static final int esriARAppearance3D
The control has a 3D appearance.

See Also:
Constant Field Values