WorkflowView::CreateAccessibilityInstance Method ()
.NET Framework (current version)
Creates a new AccessibleObject for the WorkflowView.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Return Value
Type: System.Windows.Forms::AccessibleObject^A new AccessibleObject for the WorkflowView.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show:
