NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MonthCalendar.SetCalendarDimensions

Sets the number of columns and rows to display.

[Visual Basic]
Public Sub SetCalendarDimensions( _
   ByVal x As Integer, _
   ByVal y As Integer _
)
[C#]
public void SetCalendarDimensions(
   int x,
   int y
);
[C++]
public: void SetCalendarDimensions(
   int x,
   int y
);
[JScript]
public function SetCalendarDimensions(
   x : int,
   y : int
);

Parameters

x
[To be supplied.]
y
[To be supplied.]

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace | CalendarDimensions