Autodesk Vault ProfessionalVault API

SetAutoScrollMargin Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ControlsClassicVaultNavigationPathComboboxControl

Sets the size of the auto-scroll margins.

Syntax

public void SetAutoScrollMargin(
   System.int x,
   System.int y
)
Public Sub SetAutoScrollMargin( _
   ByVal x As System.Integer, _
   ByVal y As System.Integer _
) 

Parameters

NameDescription
xThe System.Drawing.Size.Width value.
yThe System.Drawing.Size.Height value.

See Also