DataGridViewCell.DataGridViewCellAccessibleObject.Navigate Yöntem

Tanım

Başka bir erişilebilir nesneye gider.

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

Parametreler

navigationDirection
AccessibleNavigation

Değerlerden AccessibleNavigation biri.

Döndürülenler

AccessibleObject

DataGridViewCell.DataGridViewCellAccessibleObject Belirtilen AccessibleNavigation değerdeki değerini DataGridViewCell temsil eden bir.

Özel durumlar

özelliğinin Owner değeridir null.

Açıklamalar

Aşağıdaki tabloda, her parametre değeri için yöntemi tarafından döndürülen öğesinin Navigate sahibi DataGridViewCell.DataGridViewCellAccessibleObject açıklanırDataGridViewCell.

Parametre değeri Description
Right DataGridViewCell Geçerli hücrenin sağındaki. Navigate geçerli hücre en sağdaki sütundaysa döndürür null .
Left DataGridViewCell Geçerli hücrenin solundaki. Navigate , geçerli hücre en soldaki sütundaysa satır üst bilgisi için erişilebilir bir nesne döndürür.
Next Sonraki DataGridViewCell daha yüksek dizine sahip olan. Navigate geçerli hücre ilk sütundaysa döndürür null .
Previous Sonraki DataGridViewCell alt dizine sahip olan. Navigate geçerli hücre son sütundaysa döndürür null .
Up DataGridViewCell Aynı sütundaki ve geçerli hücrenin üzerindeki bir satır. Navigate geçerli hücre ilk satırdaysa döndürür null .
Down DataGridViewCell Aynı sütundaki ve geçerli hücrenin altındaki bir satır. Navigate geçerli hücre son satırdaysa döndürür null .
Diğer AccessibleNavigation tüm değerler null.

Şunlara uygulanır

Ayrıca bkz.