SetAutoScrollMargin Method
Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls›ClassicVaultNavigationPathComboboxControl
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
| Name | Description |
|---|---|
| x | The System.Drawing.Size.Width value. |
| y | The System.Drawing.Size.Height value. |