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


In This Topic
    AllowModifications Property
    In This Topic
    Gets or sets a value indicating if tab-groups can be created and/or removed with the mouse.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    <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(true)]
    [Category("Behavior")]
    [Description("Indicates if tab-groups can be created and/or removed with the mouse.")]
    public bool AllowModifications {get; set;}

    Property Value

    true if tab-groups can be created and/or removed with the mouse; 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