WorkflowView.CreateAccessibilityInstance Method

Definition

Creates a new AccessibleObject for the WorkflowView.

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

Returns

A new AccessibleObject for the WorkflowView.

Remarks

If you do not explicitly call the CreateAccessibilityInstance method, it will be called when the AccessibleObject property is referenced.

Note

To create a AccessibleObject, you must add a reference to the Accessibility assembly installed with the .NET Framework.

Notes to Inheritors

When overriding CreateAccessibilityInstance() in a derived class, you should not call the base class CreateAccessibilityInstance() method.

Applies to