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

activeControl
The child control to scroll into view.
Scrolls the specified child control into view on an auto-scroll enabled control.

Syntax

Visual Basic (Declaration) 
Public Sub ScrollControlIntoView( _
   ByVal activeControl As Control _
) 
C# 
public void ScrollControlIntoView( 
   Control activeControl
)

Parameters

activeControl
The child control to scroll into view.

Requirements

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

See Also