'Declaration
<System.ComponentModel.DefaultValueAttribute(-1)> <System.ComponentModel.DescriptionAttribute("Gets or sets the Z-index of the root container on the form.")> Public Property RootContainerZIndex As System.Integer
'Usage
Dim instance As NDockManager Dim value As System.Integer instance.RootContainerZIndex = value value = instance.RootContainerZIndex
[System.ComponentModel.DefaultValue(-1)] [System.ComponentModel.Description("Gets or sets the Z-index of the root container on the form.")] public System.int RootContainerZIndex {get; set;}