Version

BorderColor Property

Returns or sets the color used for the mdi client area border.
Syntax
'Declaration
 
Public Property BorderColor As Color
public Color BorderColor {get; set;}
Remarks

The BorderColor property determines the color of the border of the mdi client area when the Infragistics.Win.UltraComponentControlManagerBase.Enabled property is set to true. When the BorderStyle is set to a three dimensional style border the BorderColor is used as the base color.

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 and border color 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