# MdiTabProperties

Namespace: **Wisej.Web**

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

Encapsulates properties related to the tabbed MDI interface.

{% tabs %}
{% tab title="C#" %}

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

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class MdiTabProperties
    Inherits ICloneable
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) MdiTabProperties(owner)

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

| Name      | Type                                                         | Description                                                                                              |
| --------- | ------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------- |
| **owner** | [Form](https://docs.wisej.com/api/wisej.web/containers/form) | The [Form](https://docs.wisej.com/api/wisej.web/containers/form) whose properties this object describes. |

## Properties

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) Alignment

[TabAlignment](https://docs.wisej.com/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`)

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) 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`)

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) BackColor

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

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) BorderStyle

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

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) Orientation

[Orientation](https://docs.wisej.com/api/wisej.web/enumerations/wisej.web.orientation): Returns or sets a value indicating the horizontal or vertical orientation of the [TabControl](https://docs.wisej.com/api/wisej.web/containers/tabcontrol) tab pages.

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) 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`)

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) ShowThumbnails

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

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) SizeMode

[TabSizeMode](https://docs.wisej.com/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`)
