com.esri.arcgis.controls
Interface esriToolbarFillDirection

All Superinterfaces:
java.io.Serializable

public interface esriToolbarFillDirection
extends java.io.Serializable

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

Description: 'ToolbarControl background fill direction 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 esriToolbarFillHorizontal
          The gradient fill of the toolbar is horizontal.
static int esriToolbarFillVertical
          The gradient fill of the toolbar is vertical.
 

Field Detail

esriToolbarFillHorizontal

static final int esriToolbarFillHorizontal
The gradient fill of the toolbar is horizontal.

See Also:
Constant Field Values

esriToolbarFillVertical

static final int esriToolbarFillVertical
The gradient fill of the toolbar is vertical.

See Also:
Constant Field Values