property Layers.VisibleItem (Position as Long) as Layer
Returns the visible Layer of the Layers collection, based on its position.

TypeDescription
Position as Long A long expression that specifies the position of the visible layer. The value should be between 0 and VisibleCount - 1
Layer A Layer object that specifies the visible layer object
The VisibleItem property gives the visible layer based on its position. The VisibleCount property indicates the number of visible layers within the control. The Visible property shows or hides the layer. The ShowLayers property indicates the only layers to be shown on the control. The Item property of the Layers collection accesses a Layer giving its index or key. The Index property is read-only and zero-based, which indicates that the layer with the Index property 0, it is the first layer, while the layer with the index Count - 1, is the last layer in the control ( in z-order ). The Background object holds pictures to be shown on the layer's background. The Foreground property of the Layer access the layer's Foreground object. The for each statement can be used to enumerate Layer objects in the Layers cllection. 

The following properties can be used to access Layer objects in the control:

The following properties can be used to add layers within the control:

The following properties can be used to remove layers within the control: