'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/Sets whether the Docking Panels should be disposed when they are closed.")> Public Property DisposePanelsOnClose As System.Boolean
'Usage
Dim instance As NDockManager Dim value As System.Boolean instance.DisposePanelsOnClose = value value = instance.DisposePanelsOnClose
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/Sets whether the Docking Panels should be disposed when they are closed.")] public System.bool DisposePanelsOnClose {get; set;}