# MdiTabProperties

URL: https://docs.wisej.com/api/wisej.web/containers/form/wisej.web.mditabproperties

Version: 4.1
Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.1.0.0)

Encapsulates properties related to the tabbed MDI interface.

- C# - VB.NET

```csharp
public class MdiTabProperties : ICloneable
```

```visual
Public Class MdiTabProperties
    Inherits ICloneable
```

## Constructors

### ![Instance member](/img/api/instance.png) MdiTabProperties(owner)

Initializes a new instance of the [MdiTabProperties](/api/wisej.web/containers/form/wisej.web.mditabproperties) class.

| Name | Type | Description | **owner** | Form | TheForm whose properties this object describes. 

## Properties

### ![Instance member](/img/api/instance.png) Alignment

[TabAlignment](/api/wisej.web/containers/tabcontrol/wisej.web.tabalignment) : Returns or sets the area of the control (for example, along the top) where the tabs are aligned. (Default: `Top` )

### ![Instance member](/img/api/instance.png) AllowUserToMoveTabs

[Boolean](https://docs.microsoft.com/dotnet/api/system.boolean) : Returns or sets whether the user can change the position of a tab button by dragging it. (Default: `False` )

### ![Instance member](/img/api/instance.png) BackColor

[Color](https://docs.microsoft.com/dotnet/api/system.drawing.color) : Returns or sets the background color for the control.

### ![Instance member](/img/api/instance.png) BorderStyle

[BorderStyle](/api/wisej.web/enumerations/wisej.web.borderstyle) : Indicates the border style for the control. (Default: `Solid` )

### ![Instance member](/img/api/instance.png) Orientation

[Orientation](/api/wisej.web/enumerations/wisej.web.orientation) : Returns or sets a value indicating the horizontal or vertical orientation of theTabControl tab pages.

### ![Instance member](/img/api/instance.png) ShowMdiChildMenu

[Boolean](https://docs.microsoft.com/dotnet/api/system.boolean) : Returns or sets whether the menu of the MdiChild form is shown on the tab button. (Default: `False` )

### ![Instance member](/img/api/instance.png) ShowThumbnails

[Boolean](https://docs.microsoft.com/dotnet/api/system.boolean) : Returns or sets whether the thumbnail page is visible. (Default: `True` )

### ![Instance member](/img/api/instance.png) SizeMode

[TabSizeMode](/api/wisej.web/containers/tabcontrol/wisej.web.tabsizemode) : Returns or sets whether the tab buttons should fill the control's size, or placed in the center, or aligned to the left. (Default: `Normal` )
