DataGridViewRow.DataGridViewRowAccessibleObject.Navigate Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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 yönde bir nesneyi temsil eden.
Özel durumlar
özelliğinin Owner değeridir null
.
Açıklamalar
Aşağıdaki tabloda yöntemin AccessibleObject Navigate her navdir
değer için döndüreceği açıklanmaktadır.
Parametre değeri | Döndürülen değer |
---|---|
Down veya Next | Geçerli satırın DataGridViewRow altındaki için erişilebilir bir nesne. |
Up veya Previous | Yukarıdaki geçerli satır için DataGridViewRow erişilebilir bir nesne. |
FirstChild | Satırdaki ilk DataGridViewCell nesne için erişilebilir bir nesne. DataGridViewRowHeaderCell ise ilk hücredir RowHeadersVisible true . |
LastChild | Satırdaki son DataGridViewCell nesne için erişilebilir bir nesne. |
Diğer AccessibleNavigation tüm değerler | null . |