Sets the size of the auto-scroll margins.
Syntax
'Declaration
Public Sub SetAutoScrollMargin( _
ByVal As Integer, _
ByVal As Integer _
)
public void SetAutoScrollMargin(
int ,
int
)
Parameters
- x
- The System.Drawing.Size.Width value.
- y
- The System.Drawing.Size.Height value.
See Also