ActiveReports 12
MoveFocus Method

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : MoveFocus Method
The direction that focus is to be moved, as a value of the enumeration.
Moves the keyboard focus away from this element and to another element in a provided traversal direction.
Syntax
'Declaration
 
Public Function MoveFocus( _
   ByVal request As TraversalRequest _
) As Boolean
public bool MoveFocus( 
   TraversalRequest request
)

Parameters

request
The direction that focus is to be moved, as a value of the enumeration.

Return Value

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.
See Also

Reference

Viewer Class
Viewer Members