Overview | Methods | This Package | All Packages
Retrieves the minimum tracking width and height, in pixels, of a window.
Syntax
public static final Point getMinWindowTrackSize()
Return Value
Returns a Point object that represents the default minimum tracking size that Windows allows.
Remarks
Use the getMinWindowTrackSize method to determine the minimum window size while a user is dragging the window frame. A form can override this value by overriding its com.ms.wfc.ui.Form.getMinTrackSize method.
See Also com.ms.wfc.ui.Form