Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows.TabbedMdi Namespace / TabbedMdiManager Class / AllowClose Property


In This Topic
    AllowClose Property
    In This Topic
    Gets or sets a value indicating if the Close button in every tabbed-Mdi tab-group is displayed to allow tabs to be closed.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    <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(true)]
    [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;}

    Property Value

    true if the Close button is displayed in every tabbed-Mdi tab-group to allow tabs to be closed; false otherwise.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also