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




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

Parameters

nMonthIndex
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