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