| 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.
| dbicDayView | Send comments on this topic. |
| ScrollControlIntoView Method | |
| See Also | |
|
| dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : ScrollControlIntoView Method |
| Visual Basic (Declaration) | |
|---|---|
Public Sub ScrollControlIntoView( _ ByVal activeControl As Control _ ) | |
| C# | |
|---|---|
public void ScrollControlIntoView( Control activeControl ) | |