dbicMonth Send comments on this topic.
SetAutoScrollMargin Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class : SetAutoScrollMargin Method

x
The System.Drawing.Size.Width value.
y
The System.Drawing.Size.Height value.
Sets the size of the auto-scroll margins.

Syntax

Visual Basic (Declaration) 
Public Sub SetAutoScrollMargin( _
   ByVal x As Integer, _
   ByVal y As Integer _
) 
C# 
public void SetAutoScrollMargin( 
   int x,
   int y
)

Parameters

x
The System.Drawing.Size.Width value.
y
The System.Drawing.Size.Height value.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also