BCGControlBar Library for .NET
ExtendGlassIntoClientArea Method




Syntax
'Declaration
 
Public Shared Sub ExtendGlassIntoClientArea( _
   ByVal form As Form, _
   ByVal leftMargin As Integer, _
   ByVal topMargin As Integer, _
   ByVal rightMargin As Integer, _
   ByVal bottomMargin As Integer _
) 
'Usage
 
Dim form As Form
Dim leftMargin As Integer
Dim topMargin As Integer
Dim rightMargin As Integer
Dim bottomMargin As Integer
 
GlobalUtils.ExtendGlassIntoClientArea(form, leftMargin, topMargin, rightMargin, bottomMargin)
public static void ExtendGlassIntoClientArea( 
   Form form,
   int leftMargin,
   int topMargin,
   int rightMargin,
   int bottomMargin
)
public: static void ExtendGlassIntoClientArea( 
   Form* form,
   int leftMargin,
   int topMargin,
   int rightMargin,
   int bottomMargin
) 
public:
static void ExtendGlassIntoClientArea( 
   Form^ form,
   int leftMargin,
   int topMargin,
   int rightMargin,
   int bottomMargin
) 

Parameters

form
leftMargin
topMargin
rightMargin
bottomMargin
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

GlobalUtils Class
GlobalUtils Members

Send Feedback