Retrieves the width and height of the autoscroll margin.
public final Point getAutoScrollMargin()
Returns a Point object that identifies the width and height of the autoscroll margin. If this value has not been set, this object's x and y members are set to zero.
The autoscroll margins define the width and height of the border around each control. This border is used to determine when scroll bars are needed on the form and where to scroll to when a control is selected.
See Also setAutoScrollMargin