'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets or sets a value whether the panel can float.")> Public Property AllowFloat As System.Boolean
'Usage
Dim instance As NDockingPanelPermissions Dim value As System.Boolean instance.AllowFloat = value value = instance.AllowFloat
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets or sets a value whether the panel can float.")] public System.bool AllowFloat {get; set;}