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

ctl
The System.Windows.Forms.Control to start the search with.
forward
true to search forward in the tab order; false to search backward.
Retrieves the next control forward or back in the tab order of child controls.

Syntax

Visual Basic (Declaration) 
Public Function GetNextControl( _
   ByVal ctl As Control, _
   ByVal forward As Boolean _
) As Control
C# 
public Control GetNextControl( 
   Control ctl,
   bool forward
)

Parameters

ctl
The System.Windows.Forms.Control to start the search with.
forward
true to search forward in the tab order; false to search backward.

Return Value

The next System.Windows.Forms.Control in the tab order.

Requirements

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

See Also