NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AccessibleObject.GetFocused

Retrieves the object that has the keyboard focus. All objects that can receive the keyboard focus must support this property.

Returns the currently focused child, if any. Returns this if the object itself is focused.

[Visual Basic]
Overridable Public Function GetFocused() As AccessibleObject
[C#]
public virtual AccessibleObject GetFocused();
[C++]
public: virtual AccessibleObject* GetFocused();
[JScript]
public function GetFocused() : AccessibleObject;

See Also

AccessibleObject Class | AccessibleObject Members | System.WinForms Namespace | GetChild