Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

MonthCalendar.setDimensions

Sets the number of columns and rows of months that the control will display.

Syntax

public void setDimensions( Dimensions dimensions )

public void setDimensions( int rows**, int** columns )

Parameters

dimensions

A Dimensions object that contains the dimensions of the control. By default, the control displays one row and one column of months.

rows

An integer that represents the number of rows to display.

columns

An integer that represents the number of columns to display.

Remarks

Sets the number of columns and rows of months that the control will display. By default, the control will display one row and one column of months.

See Also   getDimensions