BCGControlBar Library for .NET
MdiClientBorderStyle Enumeration




Specifies the style of the border of MDI client area. The value of this type can be get and  set by the property BorderStyle of the MDIClientArea class. The default value is VisualStudio.

Syntax
'Declaration
 
Public Enum MdiClientBorderStyle 
   Inherits System.Enum
'Usage
 
Dim instance As MdiClientBorderStyle
public enum MdiClientBorderStyle : System.Enum 
__value public enum MdiClientBorderStyle : public System.Enum 
public enum class MdiClientBorderStyle : public System.Enum 
Members
MemberDescription
NoneMDIClientArea has no border
StandardMDIClientArea has a standard three-dimensional (3-D) border
VisualStudioMDIClientArea has a border as in Visual Studio
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Shared.MdiClientBorderStyle

Requirements

Target Platforms: 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

Reference

BCGSoft.Shared Namespace

Send Feedback