ILogicalScrollable.

GetControlInDirection(NavigationDirection, IControl) Method

Summary

Gets the next control in the specified direction.

Syntax

IControl GetControlInDirection(NavigationDirection direction, IControl from)

Parameters

Name Type Description
direction NavigationDirection The movement direction.
from IControl The control from which movement begins.

Return Value

Type Description
IControl The control.