BCGControlBar Library for .NET
GetMonthRect(Int32,Int32,Rectangle) Method




Syntax
'Declaration
 
Protected Overloads Function GetMonthRect( _
   ByVal nYear As Integer, _
   ByVal nMonth As Integer, _
   ByRef rect As Rectangle _
) As Integer
'Usage
 
Dim instance As CalendarBar
Dim nYear As Integer
Dim nMonth As Integer
Dim rect As Rectangle
Dim value As Integer
 
value = instance.GetMonthRect(nYear, nMonth, rect)
protected int GetMonthRect( 
   int nYear,
   int nMonth,
   ref Rectangle rect
)
protected: int GetMonthRect( 
   int nYear,
   int nMonth,
   ref Rectangle rect
) 
protected:
int GetMonthRect( 
   int nYear,
   int nMonth,
   Rectangle% rect
) 

Parameters

nYear
nMonth
rect
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

CalendarBar Class
CalendarBar Members
Overload List

Send Feedback