IAccessible.accFocus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.