DataGridViewLinkCell.CreateAccessibilityInstance Metod

Definition

Skapar ett nytt tillgängligt objekt för DataGridViewLinkCell.

protected:
 override System::Windows::Forms::AccessibleObject ^ CreateAccessibilityInstance();
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance();
override this.CreateAccessibilityInstance : unit -> System.Windows.Forms.AccessibleObject
Protected Overrides Function CreateAccessibilityInstance () As AccessibleObject

Returer

En ny DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject för DataGridViewLinkCell.

Kommentarer

Om du inte uttryckligen CreateAccessibilityInstance anropar metoden anropas den när egenskapen DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject refereras.

Note

Om du vill hämta eller ange AccessibilityObject måste du lägga till en referens till den Accessibility sammansättning som installerats med .NET Framework.

Gäller för

Se även