Skip to main content
Version: 3.5

MdiTabProperties

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Encapsulates properties related to the tabbed MDI interface.

public class MdiTabProperties : ICloneable

Constructors

Instance memberMdiTabProperties(owner)

Initializes a new instance of the MdiTabProperties class.

NameTypeDescription
ownerFormThe Form whose properties this object describes.

Properties

Instance memberAlignment

TabAlignment: Returns or sets the area of the control (for example, along the top) where the tabs are aligned. (Default: Top)

Instance memberAllowUserToMoveTabs

Boolean: Returns or sets whether the user can change the position of a tab button by dragging it. (Default: False)

Instance memberBackColor

Color: Returns or sets the background color for the control.

Instance memberBorderStyle

BorderStyle: Indicates the border style for the control. (Default: Solid)

Instance memberOrientation

Orientation: Returns or sets a value indicating the horizontal or vertical orientation of the TabControl tab pages.

Instance memberShowMdiChildMenu

Boolean: Returns or sets whether the menu of the MdiChild form is shown on the tab button. (Default: False)

Instance memberShowThumbnails

Boolean: Returns or sets whether the thumbnail page is visible. (Default: True)

Instance memberSizeMode

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)