Aracılığıyla paylaş


DataGridView.DataGridViewTopRowAccessibleObject.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 Belirtilen AccessibleNavigation değerdeki nesneyi temsil eden bir.

Özel durumlar

Owner özelliği ayarlanmadı.

Açıklamalar

Aşağıdaki tabloda yöntemin AccessibleObjectNavigate her parametre değeri için döndüreceği açıklanmaktadır.

Parametre değeri Dönüş değeri
Next veya

Down
içindeki ilk DataGridViewRow veri satırını DataGridViewtemsil eden erişilebilir bir nesne.
FirstChild içindeki ilk sütun başlığını DataGridViewtemsil eden erişilebilir bir nesne. RowHeadersVisible özelliği olarak trueayarlanırsa, erişilebilir nesne öğesini DataGridViewTopLeftHeaderCelltemsil eder.
LastChild Son görünür sütunun sütun başlığını temsil eden erişilebilir bir nesne.
Diğer AccessibleNavigation tüm değerler null.

Şunlara uygulanır

Ayrıca bkz.