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.GetSelected

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

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

See Also

AccessibleObject Class | AccessibleObject Members | System.WinForms Namespace