Returns the width required to fit the maximum number of calendar months within the specified width.
'Declaration
Public Function GetPreferredWidth( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As WinCalendar
Dim width As Integer
Dim value As Integer
value = instance.GetPreferredWidth(width)
public int GetPreferredWidth(
int
)
Parameters
- width
- The total available width.
Return Value
A value representing the width required to fit the maximum number of calendar months.
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