'宣言
Public Function MoveFocus( _ ByVal request As TraversalRequest _ ) As Boolean
public bool MoveFocus( TraversalRequest request )
パラメータ
- request
- The direction that focus is to be moved, as a value of the enumeration.
戻り値の型
Returns true if focus is moved successfully; false if the target element in direction as specified does not exist or could not be keyboard focused.