DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject.Navigate メソッド

定義

アクセス可能な別のオブジェクトに移動します。

public:
 override System::Windows::Forms::AccessibleObject ^ Navigate(System::Windows::Forms::AccessibleNavigation navigationDirection);
public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection);
public override System.Windows.Forms.AccessibleObject? Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection);
override this.Navigate : System.Windows.Forms.AccessibleNavigation -> System.Windows.Forms.AccessibleObject
Public Overrides Function Navigate (navigationDirection As AccessibleNavigation) As AccessibleObject

パラメーター

navigationDirection
AccessibleNavigation

AccessibleNavigation値の 1 つ。

返品

指定した方向のオブジェクトを表す AccessibleObject

注釈

次の表では、DataGridViewCell メソッドによって返されるAccessibleObjectを所有するNavigateについて説明します。

パラメーター値 Description
Next DataGridViewCellを含まない行の最初のDataGridViewRowHeaderCellNavigateは、DataGridViewRowHeaderCellに他の列がない場合は、現在の行の下のDataGridViewを返します。
Up 現在の行の上にある DataGridViewRowHeaderCellNavigate は、現在の行が最初の行の場合は null を返します。
Down 現在の行の下の DataGridViewRowHeaderCellNavigate は、現在の行が最後の行の場合は null を返します。
その他のすべての AccessibleNavigation null

適用対象

こちらもご覧ください