DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.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
Belirtilen yönde olan bir nesne.
Özel durumlar
.NET 5 ve sonraki sürümleri: Owner özelliğidir null
.
Açıklamalar
Aşağıdaki tabloda yöntemi tarafından Navigate döndürülen öğesinin AccessibleObject sahibi DataGridViewColumnHeaderCell açıklanmaktadır.
Parametre değeri | Description |
---|---|
Right | DataGridViewColumnHeaderCell Geçerli üst bilgi hücresinin sağındaki. |
Left | DataGridViewColumnHeaderCell Geçerli üst bilgi hücresinin solundaki. |
Next | DataGridViewColumnHeaderCell Geçerli üst bilgi hücresinin sonundaki. |
Previous | DataGridViewColumnHeaderCell Geçerli üst bilgi hücreden önceki. |
FirstChild | Birinci DataGridViewColumnHeaderCell. NavigateDataGridViewTopLeftHeaderCell özelliği ise RowHeadersVisible true değerini döndürür. |
LastChild | Son DataGridViewColumnHeaderCell. |
Not
Belirttiğinizde Next yöntemin Navigate hareket etme yönü veya Previous sağdan sola desteğin DataGridView etkinleştirilip etkinleştirilmediğine bağlıdır. Örneğin, sağdan sola destek etkinleştirildiyse, Navigate veya Leftbelirttiğinizde Next aynı erişilebilir nesneyi döndürür. Sağdan sola destek etkin değilse, Navigate veya Rightbelirttiğinizde Next aynı nesneyi döndürür.