IAccessible.accFocus Property

Definition

Gets the focus. This property is deprecated.

public:
 property System::Object ^ accFocus { System::Object ^ get(); };
public:
 property Platform::Object ^ accFocus { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(-5011)]
public object accFocus { [System.Runtime.InteropServices.DispId(-5011)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }
[<System.Runtime.InteropServices.DispId(-5011)>]
[<get: System.Runtime.InteropServices.DispId(-5011)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.accFocus : obj
Public ReadOnly Property accFocus As Object

Property Value

The focus. This property is deprecated.

Attributes

Remarks

This property throws a DeprecatedException when called.

Applies to