Version

BorderStyle Property (UltraTabbedMdiManager)

Returns or sets the borderstyle of the mdi client area when the UltraTabbedMdiManager is enabled.
Syntax
'Declaration
 
Public Property BorderStyle As MdiClientBorderStyle
public MdiClientBorderStyle BorderStyle {get; set;}
Remarks

The BorderStyle property is used to modify the border style of the mdi client area when the Infragistics.Win.UltraComponentControlManagerBase.Enabled property is set to true. By default the mdi client in .Net displays a three dimensional sunken border. To allow the mdi client to more closely resemble the appearance of Visual Studio .Net, the BorderStyle defaults to Solid.

Note: Since there is no mechanism available on the mdi client to modify its border, this is done using unmanaged code and therefore will require that the assembly have unmanaged code rights in order to be able to adjust the border style of the mdi client.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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