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

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス : PredictFocus メソッド
The direction for which a prospective focus change should be determined.
Determines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus.
シンタックス
'宣言
 
Public Function PredictFocus( _
   ByVal direction As FocusNavigationDirection _
) As DependencyObject

パラメータ

direction
The direction for which a prospective focus change should be determined.

戻り値の型

The next element that focus would move to if focus were actually traversed. May return null 参照 (Visual Basicでは Nothing) if focus cannot be moved relative to this element for the provided direction.
例外
例外解説
Specified one of the following directions in the System.Windows.Input.TraversalRequest: System.Windows.Input.FocusNavigationDirection.Next, System.Windows.Input.FocusNavigationDirection.Previous, System.Windows.Input.FocusNavigationDirection.First, System.Windows.Input.FocusNavigationDirection.Last. These directions are not legal for System.Windows.FrameworkElement.PredictFocus(System.Windows.Input.FocusNavigationDirection) (but they are legal for System.Windows.FrameworkElement.MoveFocus(System.Windows.Input.TraversalRequest)).
参照

Viewer クラス
Viewer メンバ