'Declaration <DefaultValueAttribute()> <CategoryAttribute("Behavior")> <DescriptionAttribute("Indicates if the Close button in every tabbed-Mdi tab-group is displayed to allow tabs to be closed.")> Public Property AllowClose As Boolean
'Usage Dim instance As TabbedMdiManager Dim value As Boolean instance.AllowClose = value value = instance.AllowClose
[DefaultValue()] [Category("Behavior")] [Description("Indicates if the Close button in every tabbed-Mdi tab-group is displayed to allow tabs to be closed.")] public bool AllowClose {get; set;}