Specifies how the z-index value of splitter bars will be propagated down nested containers. By default, fit-window containers and topmost standalone containers will have ZIndexMode=Decrease, and ZIndex=100. The net effect is that z-index of nested splitter bars will always be smaller than their parent's, thus the thumb image, if any, of the splitter bar of a parent container will always be on top of the thumb image of a nested splitter.

Namespace:  ZettaCube.ZeeControls
Assembly:  ZettaCube.ZeeControls (in ZettaCube.ZeeControls.dll)

Syntax

C#
public enum ZIndexModeEnum
Visual Basic (Declaration)
Public Enumeration ZIndexModeEnum

Members

Member nameDescription
ZCDefault
Use the same ZIndexMode as the parent panel.
Decrease
Decrease z-index by 2 for each nested level.
Same
All splitters inside nested containers will have the same z-index of the current container.
Private
Will not further propagate z-index to nested containers.

See Also