constants IndexExtEnum
The IndexExtEnum type specifies the index of the part of the EBN object to be accessed. The Index parameter of the BackgroundExtValue property indicates the index of the part of the EBN object to be changed or accessed. The Exontrol's eXButton WYSWYG Builder helps you to generate or view the EBN String Format, in the To String field. The list of objects that compose the EBN are displayed on the left side of the Builder tool, and the Index of the part is displayed on each item aligned to the right as shown in the following screen shot:

In this sample, there are 11 objects that composes the EBN, so the Index property goes from 0 which indicates the root, and 10, which is the last item in the list

So, let's apply this format to an object, to change the exPatternExt property for the object with the Index 6:

Before calling the BodyBackgroundExt property:

After calling the BodyBackgroundExt property:

and now, let's change the exPatternExt property of the object with the Index 6 to 11 ( Yard ), so finally we got:

The IndexExtEnum type supports the following values: 


NameValueDescription
exIndexExtRoot0 Specifies the part of the object with the index 0 (root).
exIndexExt11 Specifies the part of the object with the index 1.
exIndexExt22 Specifies the part of the object with the index 2.
exIndexExt33 Specifies the part of the object with the index 3.
exIndexExt44 Specifies the part of the object with the index 4.
exIndexExt55 Specifies the part of the object with the index 5.
exIndexExt66 Specifies the part of the object with the index 6.
exIndexExt77 Specifies the part of the object with the index 7.