BCGControlBar Library for .NET
BorderStyle Property (MDIClientArea)




Gets or sets the border style of the MDIClient area.
Syntax
'Declaration
 
Public Shadows Property BorderStyle As MdiClientBorderStyle
'Usage
 
Dim instance As MDIClientArea
Dim value As MdiClientBorderStyle
 
instance.BorderStyle = value
 
value = instance.BorderStyle
public new MdiClientBorderStyle BorderStyle {get; set;}
public: __property new MdiClientBorderStyle get_BorderStyle();
public: __property new void set_BorderStyle( 
   MdiClientBorderStyle value
);
public:
new property MdiClientBorderStyle BorderStyle {
   MdiClientBorderStyle get();
   void set (    MdiClientBorderStyle value);
}
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

MDIClientArea Class
MDIClientArea Members

Send Feedback