Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

SystemInformation.getMaxWindowTrackSize

Retrieves the default maximum dimensions, in pixels, of a window that has a caption and sizing borders.

Syntax

public static final Point getMaxWindowTrackSize()

Return Value

Returns a Point object that represents the maximum size a window can be sized to.

Remarks

The value returned by getMaxWindowTrackSize refers to dimensions of the entire desktop. The user cannot drag the window frame to a size larger than these dimensions. A form can override this value by overriding its getMaxTrackSize method.

See Also com.ms.wfc.ui.Form