dbicMonth Send comments on this topic.
AutoScrollMargin Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : AutoScrollMargin Property

Gets or sets the size of the auto-scroll margin.

Syntax

Visual Basic (Declaration) 
Public Property AutoScrollMargin As Size
C# 
public Size AutoScrollMargin {get; set;}

Property Value

A System.Drawing.Size that represents the height and width of the auto-scroll margin in pixels.

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeExceptionThe System.Drawing.Size.Height or System.Drawing.Size.Width value assigned is less than 0.

Requirements

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

See Also