'Declaration <DefaultValueAttribute()> <CategoryAttribute("Behavior")> <DescriptionAttribute("Indicates if tab-groups can be created and/or removed with the mouse.")> Public Property AllowModifications As Boolean
'Usage Dim instance As TabbedMdiManager Dim value As Boolean instance.AllowModifications = value value = instance.AllowModifications
[DefaultValue()] [Category("Behavior")] [Description("Indicates if tab-groups can be created and/or removed with the mouse.")] public bool AllowModifications {get; set;}