GrapeCity ActiveReports for .NET 16.0J
MoveFocus メソッド

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス : MoveFocus メソッド
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.
シンタックス
'宣言
 
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.
参照

Viewer クラス
Viewer メンバ