MdiTabProperties
Wisej.Web.MdiTabProperties
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Encapsulates properties related to the tabbed MDI interface.
public class MdiTabProperties : ICloneable
Constructors
MdiTabProperties(owner)

Initializes a new instance of the MdiTabProperties class.
Properties
Alignment

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

Boolean: Returns or sets whether the user can change the position of a tab button by dragging it.
BackColor

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

BorderStyle: Indicates the border style for the control.
Orientation

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

Boolean: Returns or sets whether the menu of the MdiChild form is shown on the tab button.
ShowThumbnails

Boolean: Returns or sets whether the thumbnail page is visible.
SizeMode

TabSizeMode: Returns or sets whether the tab buttons should fill the control's size, or placed in the center, or aligned to the left.
Last updated
Was this helpful?